aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cap
diff options
context:
space:
mode:
Diffstat (limited to 'src/_cap')
-rw-r--r--src/_cap11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/_cap b/src/_cap
index 6ed1287..b6def37 100644
--- a/src/_cap
+++ b/src/_cap
@@ -12,9 +12,6 @@
# * Bruno Michel (https://github.com/nono)
#
# ------------------------------------------------------------------------------
-# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
-# vim: ft=zsh sw=2 ts=2 et
-# ------------------------------------------------------------------------------
local curcontext="$curcontext" state line cmds ret=1
@@ -49,3 +46,11 @@ case $state in
esac
return ret
+
+# Local Variables:
+# mode: Shell-Script
+# sh-indentation: 2
+# indent-tabs-mode: nil
+# sh-basic-offset: 2
+# End:
+# vim: ft=zsh sw=2 ts=2 et