mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
11435: Update test for 11406.
This commit is contained in:
parent
6a02bbcfba
commit
03750c0687
10
ChangeLog
10
ChangeLog
@ -1,5 +1,7 @@
|
||||
2000-05-17 Bart Schaefer <schaefer@brasslantern.com>
|
||||
|
||||
* 11435: Test/53completion.ztst: Update for 11406.
|
||||
|
||||
* 11431: Doc/Zsh/mod_zutil.yo: Chop up the zstyle entry into
|
||||
an itemized list for easier reference.
|
||||
|
||||
@ -45,18 +47,18 @@
|
||||
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
|
||||
|
||||
|
||||
* 11406: Completion/Base/_arguments: make _arguments take the
|
||||
attempt to add matches as an indication not to do default
|
||||
option-completion
|
||||
|
||||
|
||||
* 11403: Completion/Core/_expand, Src/Zle/compcore.c,
|
||||
Src/Zle/complist.c: fix scrolling in menu-selection with matches
|
||||
spanning multiple lines
|
||||
|
||||
|
||||
2000-05-16 Peter Stephenson <pws@cambridgesiliconradio.com>
|
||||
|
||||
* pws: one hunk of 11381: Completion/Builtins/_vars_eq:
|
||||
|
@ -121,7 +121,8 @@
|
||||
code='compdef _tst tst; _tst () { _arguments "-x" ":arg:" }'
|
||||
comptest -c "$code" $'tst -\t'
|
||||
0:_arguments
|
||||
>line: {tst -x }{}
|
||||
>line: {tst -}{}
|
||||
>MESSAGE:{arg}
|
||||
|
||||
code='compdef _tst tst; _tst () { _arguments "-x:arg:" }'
|
||||
comptest -c "$code" $'tst -x\t'
|
||||
|
Loading…
Reference in New Issue
Block a user