mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-10 20:11:16 +01:00
nedit 5.3 adds a -version option
This commit is contained in:
parent
e0bc44d060
commit
6bc080a602
1 changed files with 12 additions and 10 deletions
|
@ -3,16 +3,18 @@
|
|||
local state line expl nedit_common curcontext="$curcontext" ret=1
|
||||
typeset -A opt_args
|
||||
|
||||
nedit_common=( \
|
||||
'-read[open file read only]' \
|
||||
"-create[create file if it doesn't already exist]" \
|
||||
'-line[go to specified line number]:line number' \
|
||||
'-do[execute macro or action commands]' \
|
||||
'-lm[specify language mode]:language mode:->lang' \
|
||||
'-svrname[name the server]:nedit server name' \
|
||||
'(-noiconic)-iconic[set initial window state to iconic]' \
|
||||
'*-xrm:resource:_x_resource' \
|
||||
'*:file:_files' )
|
||||
nedit_common=(
|
||||
'-read[open file read only]'
|
||||
"-create[create file if it doesn't already exist]"
|
||||
'-line[go to specified line number]:line number'
|
||||
'-do[execute macro or action commands]:macro command'
|
||||
'-lm[specify language mode]:language mode:->lang'
|
||||
'-svrname[name the server]:nedit server name'
|
||||
'(-noiconic)-iconic[set initial window state to iconic]'
|
||||
'(- *)'{-V,-version}'[display version information]'
|
||||
'*-xrm:resource:_x_resource'
|
||||
'*:file:_files'
|
||||
)
|
||||
|
||||
if [[ $service = nc ]]; then
|
||||
_x_arguments -C \
|
||||
|
|
Loading…
Reference in a new issue