about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-15 09:54:46 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-15 09:54:46 +0000
commitdb95186da5a7d0057fa69cfb9393210751ab2cb2 (patch)
tree07d1e4fdf43fe3dd950246f135bcfc109ee8c969 /ChangeLog
parent6d4bdb661daf0b677270ba4193fd22a99745851e (diff)
downloadzsh-db95186da5a7d0057fa69cfb9393210751ab2cb2.tar.gz
zsh-db95186da5a7d0057fa69cfb9393210751ab2cb2.tar.xz
zsh-db95186da5a7d0057fa69cfb9393210751ab2cb2.zip
fix for completion of string with single quote (11365)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dc4e9548..3c450bb5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-05-15  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 11365: Src/Zle/zle_tricky.c: fix for completion of string with
+ 	single quote
+	
 	* 11364: Completion/Core/_path_files, Src/Zle/compmatch.c: fix for
  	suffix-matching; better in-path completion in _path_files