diff options
Diffstat (limited to 'src/_cap')
| -rw-r--r-- | src/_cap | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |
