From: Vincent Bernat Date: Tue, 26 Aug 2014 15:58:53 +0000 (+0200) Subject: lldpcli: add editor local variables to bash completion X-Git-Tag: 0.7.11~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=797da1252a18672c3c6385127b9a1ad0cbf4073b;p=thirdparty%2Flldpd.git lldpcli: add editor local variables to bash completion --- diff --git a/src/client/lldpcli.bash-completion b/src/client/lldpcli.bash-completion index 8ce68d79..48476f73 100755 --- a/src/client/lldpcli.bash-completion +++ b/src/client/lldpcli.bash-completion @@ -1,4 +1,3 @@ -# -*- sh -*- _lldpcli() { COMPREPLY=() @@ -17,3 +16,11 @@ _lldpcli() } complete -F _lldpcli lldpcli + +# Local Variables: +# mode: Shell-Script +# sh-indentation: 4 +# indent-tabs-mode: nil +# sh-basic-offset: 4 +# End: +# vim: ft=zsh sw=4 ts=4 et