1
0
Fork 0
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:
Sven Wischnowsky 2000-05-16 11:44:57 +00:00
parent 95883d8b95
commit d658d3e2bb
4 changed files with 103 additions and 34 deletions

View file

@ -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

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -168,9 +168,11 @@ if [[ $compstate[old_list] = keep || nm -gt 1 ]]; then