mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
37898: fix typo in completer menu
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
2016-02-14 Barton E. Schaefer <schaefer@zsh.org>
|
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
|
* 37898: Completion/Unix/Command/_gcc: complete linker options
|
||||||
|
|
||||||
* 37972: Completion/Base/Utility/_arguments,
|
* 37972: Completion/Base/Utility/_arguments,
|
||||||
Completion/Base/Widget/_correct_filename,
|
Completion/Base/Widget/_correct_filename,
|
||||||
Completion/Base/Widget/_most_recent_file,
|
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
|
2. In completers which correct what you have typed, keep what you
|
||||||
originally typed as one of the list of possible completions.
|
originally typed as one of the list of possible completions.
|
||||||
|
|
||||||
q. Return with saving.
|
q. Return without saving.
|
||||||
0. Done setting options for insertion.
|
0. Done setting options for insertion.
|
||||||
"
|
"
|
||||||
read -k key'?-- Hit selection --- '
|
read -k key'?-- Hit selection --- '
|
||||||
|
|||||||
Reference in New Issue
Block a user