diff options
Diffstat (limited to 'src/_node')
| -rw-r--r-- | src/_node | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -38,9 +38,6 @@ # * Nicholas Penree (https://github.com/drudge) # # ------------------------------------------------------------------------------ -# -*- 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 ret=1 typeset -A opt_args @@ -58,4 +55,12 @@ _arguments -C \ '(--vars)--vars[print various compiled-in variables]' \ '*:JS Script:_files -g "*.js"' && ret=0 -return ret
\ No newline at end of file +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 |
