diff options
Diffstat (limited to 'src/_bpython')
| -rw-r--r-- | src/_bpython | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/_bpython b/src/_bpython index 3ce52df..ed16ecd 100644 --- a/src/_bpython +++ b/src/_bpython @@ -34,9 +34,6 @@ # * Massimiliano Torromeo <massimiliano.torromeo@gmail.com> # # ------------------------------------------------------------------------------ -# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*- -# vim: ft=zsh sw=2 ts=2 et -# ------------------------------------------------------------------------------ _arguments -A "-*" \ '(-h --help)'{-h,--help}'[Show help message]' \ @@ -44,4 +41,12 @@ _arguments -A "-*" \ '(-q --quiet)'{-q,--quiet}"[Don't flush the output to stdout]" \ '(-V --version)'{-V,--version}'[Print version and exit]' \ '--config[Use CONFIG instead of default config file]:Config file:_files' \ - '*: :_files'
\ No newline at end of file + '*: :_files' + +# 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 |
