summaryrefslogtreecommitdiff
path: root/completions/curl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/curl')
-rw-r--r--completions/curl8
1 files changed, 2 insertions, 6 deletions
diff --git a/completions/curl b/completions/curl
index a0060415..f0fc6acf 100644
--- a/completions/curl
+++ b/completions/curl
@@ -1,3 +1,5 @@
+# curl(1) completion -*- shell-script -*-
+
_curl()
{
local cur prev words cword
@@ -80,10 +82,4 @@ _curl()
} &&
complete -F _curl curl
-# 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