#6 geany: remove unneeded wrapper function
This commit is contained in:
parent
84c01133ee
commit
ecf41580bf
6
_geany
6
_geany
|
@ -42,8 +42,7 @@
|
|||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
_geany() {
|
||||
_arguments -C \
|
||||
_arguments \
|
||||
'(- 1 *)'{-h,--help}'[Show help options]' \
|
||||
'(- 1 *)--help-all[Show all help options]' \
|
||||
'(- 1 *)--help-gtk[Show GTK+ Options]' \
|
||||
|
@ -67,6 +66,3 @@ _geany() {
|
|||
'(-v --verbose)'{-v,--verbose}'[Be verbose]' \
|
||||
'(--display)--display[X display to use]:X display:_x_display' \
|
||||
'*: :_files'
|
||||
}
|
||||
|
||||
_geany "$@"
|
||||
|
|
Loading…
Reference in New Issue