diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2000-05-10 14:27:04 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2000-05-10 14:27:04 +0000 |
| commit | 16c04c29da50af38c522a0063e9648ab782f9ed5 (patch) | |
| tree | 3cad6ce3cbf5049594cf938a54a040d501309486 /Completion/User/_nedit | |
| parent | 11299: edit-command-line zle widget (diff) | |
| download | zsh-16c04c29da50af38c522a0063e9648ab782f9ed5.tar zsh-16c04c29da50af38c522a0063e9648ab782f9ed5.tar.gz zsh-16c04c29da50af38c522a0063e9648ab782f9ed5.tar.bz2 zsh-16c04c29da50af38c522a0063e9648ab782f9ed5.tar.lz zsh-16c04c29da50af38c522a0063e9648ab782f9ed5.tar.xz zsh-16c04c29da50af38c522a0063e9648ab782f9ed5.tar.zst zsh-16c04c29da50af38c522a0063e9648ab782f9ed5.zip | |
Fix breakage from 11195 (11300)
Diffstat (limited to 'Completion/User/_nedit')
| -rw-r--r-- | Completion/User/_nedit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/User/_nedit b/Completion/User/_nedit index c230fbe0c..5d8e329a8 100644 --- a/Completion/User/_nedit +++ b/Completion/User/_nedit @@ -1,7 +1,7 @@ #compdef nedit nc -local state line expl nedit_common curcontext="$curcontext" -typeset -A opt_args ret=1 +local state line expl nedit_common curcontext="$curcontext" ret=1 +typeset -A opt_args nedit_common=( \ '-read[open file read only]' \ |
