#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

6
_geany
View File

@ -42,8 +42,7 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
_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]' \
@ -67,6 +66,3 @@ _geany() {
'(-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 "$@"