#6 geany: remove unneeded wrapper function

This commit is contained in:
Julien Nicoulaud 2011-09-18 21:19:45 +02:00
parent 84c01133ee
commit ecf41580bf
1 changed files with 24 additions and 28 deletions

52
_geany
View File

@ -42,31 +42,27 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
_geany() { _arguments \
_arguments -C \ '(- 1 *)'{-h,--help}'[Show help options]' \
'(- 1 *)'{-h,--help}'[Show help options]' \ '(- 1 *)--help-all[Show all help options]' \
'(- 1 *)--help-all[Show all help options]' \ '(- 1 *)--help-gtk[Show GTK+ Options]' \
'(- 1 *)--help-gtk[Show GTK+ Options]' \ '(- 1 *)'{-V,--version}'[Show version and exit]' \
'(- 1 *)'{-V,--version}'[Show version and exit]' \ '(--column)--column[Set initial column number for the first opened file (useful in conjunction with --line)]:column number' \
'(--column)--column[Set initial column number for the first opened file (useful in conjunction with --line)]:column number' \ '(-c --config)'{-c,--config}'[Use an alternate configuration directory]:configuration file:_files' \
'(-c --config)'{-c,--config}'[Use an alternate configuration directory]:configuration file:_files' \ '(--ft-names)--ft-names[Print internal filetype names]' \
'(--ft-names)--ft-names[Print internal filetype names]' \ '(-g --generate-tags)'{-g,--generate-tags}'[Generate global tags file (see documentation)]' \
'(-g --generate-tags)'{-g,--generate-tags}'[Generate global tags file (see documentation)]' \ '(-P --no-preprocessing)'{-P,--no-preprocessing}'[Don'\''t preprocess C/C++ files when generating tags]' \
'(-P --no-preprocessing)'{-P,--no-preprocessing}'[Don'\''t preprocess C/C++ files when generating tags]' \ '(-i --new-instance)'{-i,--new-instance}'[Don'\''t open files in a running instance, force opening a new instance]' \
'(-i --new-instance)'{-i,--new-instance}'[Don'\''t open files in a running instance, force opening a new instance]' \ '(--socket-file)--socket-file[Use this socket filename for communication with a running Geany instance]:socket file:_files' \
'(--socket-file)--socket-file[Use this socket filename for communication with a running Geany instance]:socket file:_files' \ '(--list-documents)--list-documents[Return a list of open documents in a running Geany instance]' \
'(--list-documents)--list-documents[Return a list of open documents in a running Geany instance]' \ '(-l --line)'{-l,--line}'[Set initial line number for the first opened file]:line number' \
'(-l --line)'{-l,--line}'[Set initial line number for the first opened file]:line number' \ '(-m --no-msgwin)'{-m,--no-msgwin}'[Don'\''t show message window at startup]' \
'(-m --no-msgwin)'{-m,--no-msgwin}'[Don'\''t show message window at startup]' \ '(-n --no-ctags)'{-n,--no-ctags}'[Don'\''t load auto completion data (see documentation)]' \
'(-n --no-ctags)'{-n,--no-ctags}'[Don'\''t load auto completion data (see documentation)]' \ '(-p --no-plugins)'{-p,--no-plugins}'[Don'\''t load plugins]' \
'(-p --no-plugins)'{-p,--no-plugins}'[Don'\''t load plugins]' \ '(--print-prefix)--print-prefix[Print Geany'\''s installation prefix]' \
'(--print-prefix)--print-prefix[Print Geany'\''s installation prefix]' \ '(-s --no-session)'{-s,--no-session}'[Don'\''t load the previous session'\''s files]' \
'(-s --no-session)'{-s,--no-session}'[Don'\''t load the previous session'\''s files]' \ '(-t --no-terminal)'{-t,--no-terminal}'[Don'\''t load terminal support]' \
'(-t --no-terminal)'{-t,--no-terminal}'[Don'\''t load terminal support]' \ '(--vte-lib)--vte-lib[Filename of libvte.so]:libvte.so filename:_files -g "*.so"' \
'(--vte-lib)--vte-lib[Filename of libvte.so]:libvte.so filename:_files -g "*.so"' \ '(-v --verbose)'{-v,--verbose}'[Be verbose]' \
'(-v --verbose)'{-v,--verbose}'[Be verbose]' \ '(--display)--display[X display to use]:X display:_x_display' \
'(--display)--display[X display to use]:X display:_x_display' \ '*: :_files'
'*: :_files'
}
_geany "$@"