summaryrefslogtreecommitdiff
path: root/completions/sh
diff options
context:
space:
mode:
Diffstat (limited to 'completions/sh')
-rw-r--r--completions/sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/sh b/completions/sh
index 4728236d..b70e53e2 100644
--- a/completions/sh
+++ b/completions/sh
@@ -1,4 +1,4 @@
-# POSIX sh(1) completion
+# POSIX sh(1) completion -*- shell-script -*-
_sh()
{
@@ -30,10 +30,4 @@ _sh()
} &&
complete -F _sh sh
-# Local variables:
-# mode: shell-script
-# sh-basic-offset: 4
-# sh-indent-comment: t
-# indent-tabs-mode: nil
-# End:
# ex: ts=4 sw=4 et filetype=sh