diff options
-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 --- ' |