mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
20662: update for nedit 5.5
This commit is contained in:
parent
6db9e1287b
commit
9040271492
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-01-10 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 20662: Completion/X/Command/_nedit: update for nedit 5.5
|
||||
|
||||
2004-01-09 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 20655: Completion/Debian/Type/_deb_packages:
|
||||
|
|
|
@ -11,6 +11,9 @@ nedit_common=(
|
|||
'-lm[specify language mode]:language mode:->lang'
|
||||
'-svrname[name the server]:nedit server name'
|
||||
'(-noiconic -icon -iconic)'{-icon,-iconic}'[set initial window state to iconic]'
|
||||
'*-tabbed[open all subsequent files in new tabs]'
|
||||
'*-untabbed[open all subsequent files in new windows]'
|
||||
'*-group[open all subsequent files as tabs in a new window]'
|
||||
'(- *)'{-V,-version}'[display version information]'
|
||||
'*-xrm:resource:_x_resource'
|
||||
'*:file:_files'
|
||||
|
|
Loading…
Reference in a new issue