diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2016-02-14 13:13:06 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-02-14 13:13:06 -0800 |
commit | ac5d83bf56503d79de3d60a236326d687a491ecd (patch) | |
tree | c9fdefdfe9326df88709a0b4cee1629c5c06b43e | |
parent | e3188ff0e80bd9e4515fc50ce8c2e78b3f2f4fdc (diff) | |
download | zsh-ac5d83bf56503d79de3d60a236326d687a491ecd.tar.gz zsh-ac5d83bf56503d79de3d60a236326d687a491ecd.tar.xz zsh-ac5d83bf56503d79de3d60a236326d687a491ecd.zip |
37898: fix typo in completer menu
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/compinstall | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 69733632b..272884d12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ 2016-02-14 Barton E. Schaefer <schaefer@zsh.org> + * 37898: Completion/compinstall: fix typo in completer menu + * 37898: Completion/Unix/Command/_gcc: complete linker options - + * 37972: Completion/Base/Utility/_arguments, Completion/Base/Widget/_correct_filename, Completion/Base/Widget/_most_recent_file, diff --git a/Completion/compinstall b/Completion/compinstall index afa517edb..2e4b2f4e9 100644 --- a/Completion/compinstall +++ b/Completion/compinstall @@ -1293,7 +1293,7 @@ __ci_do_insertion() { 2. In completers which correct what you have typed, keep what you originally typed as one of the list of possible completions. -q. Return with saving. +q. Return without saving. 0. Done setting options for insertion. " read -k key'?-- Hit selection --- ' |