mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-27 14:11:14 +01:00
fixed configuration of menu-selection with menu style; pseudo-context `-command-line-', handy for completion in vared (11408)
This commit is contained in:
parent
95883d8b95
commit
d658d3e2bb
4 changed files with 103 additions and 34 deletions
|
@ -1,5 +1,10 @@
|
|||
2000-05-16 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 11408: Completion/Core/_main_complete, Completion/Core/_normal,
|
||||
Doc/Zsh/compsys.yo: fixed configuration of menu-selection with
|
||||
menu style; pseudo-context `-command-line-', handy for completion
|
||||
in vared
|
||||
|
||||
* 11407: Completion/Base/_tilde, Completion/Core/_path_files:
|
||||
avoid tilde- and parameter-completion in quotes
|
||||
|
||||
|
|
|
@ -168,9 +168,11 @@ if [[ $compstate[old_list] = keep || nm -gt 1 ]]; then
|
|||