mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Remove useless return statement
This commit is contained in:
@@ -66,8 +66,7 @@ _geany() {
|
||||
'(--vte-lib)--vte-lib[Filename of libvte.so]:libvte.so filename:_files -g "*.so"' \
|
||||
'(-v --verbose)'{-v,--verbose}'[Be verbose]' \
|
||||
'(--display)--display[X display to use]:X display:_x_display' \
|
||||
'*: :_files' \
|
||||
&& return 0
|
||||
'*: :_files'
|
||||
}
|
||||
|
||||
_geany "$@"
|
||||
|
||||
Reference in New Issue
Block a user