summaryrefslogtreecommitdiff
path: root/completions/idn
diff options
context:
space:
mode:
Diffstat (limited to 'completions/idn')
-rw-r--r--completions/idn8
1 files changed, 2 insertions, 6 deletions
diff --git a/completions/idn b/completions/idn
index 8b57ef3d..14e4cc1a 100644
--- a/completions/idn
+++ b/completions/idn
@@ -1,3 +1,5 @@
+# idn(1) completion -*- shell-script -*-
+
_idn()
{
local cur prev words cword split
@@ -21,10 +23,4 @@ _idn()
} &&
complete -F _idn idn
-# 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