diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-17 15:54:38 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-17 15:54:38 +0000 |
commit | 3c77b96af5c3d6887de853b8099609463af525d0 (patch) | |
tree | 3741e76f1078b4b51f4e35f3291629e8a801f0ab | |
parent | 20a527fcaa555387a69fe941298d1ab04eccc88b (diff) | |
download | zsh-3c77b96af5c3d6887de853b8099609463af525d0.tar.gz zsh-3c77b96af5c3d6887de853b8099609463af525d0.tar.xz zsh-3c77b96af5c3d6887de853b8099609463af525d0.zip |
11444: add old-list and old-menu to _zstyle
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Builtins/_zstyle | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index efa6067cb..c7de8f4e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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, diff --git a/Completion/Builtins/_zstyle b/Completion/Builtins/_zstyle index 7428a3b0f..5ce45c795 100644 --- a/Completion/Builtins/_zstyle +++ b/Completion/Builtins/_zstyle @@ -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 -/' |