about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2017-03-09 20:23:04 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2017-03-09 20:29:27 -0800
commit9f498643228df057f6e80babba6f9a064cb12df3 (patch)
tree888053dbdabe5701ac49ffdacb9be1ba7d3417c6 /ChangeLog
parent018992123ed10cd5d5d95d94658b95964121fde4 (diff)
downloadzsh-9f498643228df057f6e80babba6f9a064cb12df3.tar.gz
zsh-9f498643228df057f6e80babba6f9a064cb12df3.tar.xz
zsh-9f498643228df057f6e80babba6f9a064cb12df3.zip
40801: re-fix completion of mount points with spaces in the name
Turns out that work of art removed by 33963 was necessary after all
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9659b29f5..ac05c545c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-03-09  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 40801: Completion/Unix/Command/_mount: turns out that work of
+	art removed by 33963 was necessary after all: re-fix completion
+	of mount points with spaces in the name
+
 2017-03-09  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 40805: (combined with the previous change):