diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/X/Command/_nedit | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 43d55c259..896948344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: diff --git a/Completion/X/Command/_nedit b/Completion/X/Command/_nedit index f56ee7b64..75ca1bad4 100644 --- a/Completion/X/Command/_nedit +++ b/Completion/X/Command/_nedit @@ -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' |