mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-29 16:25:35 +01:00
37898: fix typo in completer menu
This commit is contained in:
parent
e3188ff0e8
commit
ac5d83bf56
2 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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 --- '
|
||||
|
|
Loading…
Reference in a new issue