]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lldpcli: add editor local variables to bash completion
authorVincent Bernat <vincent@bernat.im>
Tue, 26 Aug 2014 15:58:53 +0000 (17:58 +0200)
committerVincent Bernat <vincent@bernat.im>
Tue, 26 Aug 2014 15:58:53 +0000 (17:58 +0200)
src/client/lldpcli.bash-completion

index 8ce68d794aaf3d0b7288e20579f1ec39fdf01a86..48476f73c0f5532da7cfcfe033699a6a87365591 100755 (executable)
@@ -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