diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-15 10:44:14 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-15 10:44:14 +0000 |
commit | 4a39b5d9c5e21d100a778e94f6c2936528967210 (patch) | |
tree | b6592eb905f31ecfdceb32f6ec935a8d345a1556 /ChangeLog | |
parent | 25900ecf28bb9da7fe5b3878f40e83388404f146 (diff) | |
download | zsh-4a39b5d9c5e21d100a778e94f6c2936528967210.tar.gz zsh-4a39b5d9c5e21d100a778e94f6c2936528967210.tar.xz zsh-4a39b5d9c5e21d100a778e94f6c2936528967210.zip |
two more fixes for completion matching and reporting interesting positions (13349)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index edd320d7a..e8a1ea91b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-01-15 Sven Wischnowsky <wischnow@zsh.org> + * 13349: Src/Zle/compmatch.c, Src/Zle/compresult.c: two more fixes + for completion matching and reporting interesting positions + * Ulrik Haugen: 13344, 13347: Completion/User/_grep, Completion/User/_ls, Completion/User/_use_lo: add completion for ls and ([ef]|)grep |