mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-26 13:51:05 +01:00
11444: add old-list and old-menu to _zstyle
This commit is contained in:
parent
20a527fcaa
commit
3c77b96af5
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-05-17 Peter Stephenson <pws@cambridgesiliconradio.com>
|
||||
|
||||
* pws: 11444: Completion/Builtins/_zstyle: add old-list and old-menu.
|
||||
|
||||
2000-05-17 Tanaka Akira <akr@zsh.org>
|
||||
|
||||
* 11441: Test/comptest, Test/53completion.ztst,
|
||||
|
|
|
@ -53,6 +53,8 @@ styles=(
|
|||
max-errors c:
|
||||
menu c:boolauto
|
||||
numbers c:bool
|
||||
old-list c:bool
|
||||
old-menu c:bool
|
||||
original c:bool
|
||||
packageset c:packageset
|
||||
path 'c:_wanted directories expl directory _path_files -/'
|
||||
|
|
Loading…
Reference in a new issue