diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-08-17 10:37:00 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-08-17 10:37:00 +0000 |
commit | 5a1065dc66cfb89ca7590faf6a7d8731d243f0fb (patch) | |
tree | 76508a4a46ac5f9740163dc05deb0d9e03ed0e4e /ChangeLog | |
parent | 66576ecbf8378a0d93e5ae7da7822c1a21fa219d (diff) | |
download | zsh-5a1065dc66cfb89ca7590faf6a7d8731d243f0fb.tar.gz zsh-5a1065dc66cfb89ca7590faf6a7d8731d243f0fb.tar.xz zsh-5a1065dc66cfb89ca7590faf6a7d8731d243f0fb.zip |
make insert-tab really default to `true' (15653)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cbc9dece3..d93017fd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-08-17 Sven Wischnowsky <wischnow@zsh.org> + * 15653: Completion/Base/Core/_main_complete: make insert-tab + really default to `true' + * 15650: Completion/Unix/Type/_path_files, Src/Zle/compcore.c: fix test for expanded paths in _path_files; more intelligently move glob flags (in particular those added by _approximate) after a |