summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-11-07 14:49:00 +0000
committerPeter Stephenson <pws@zsh.org>2016-11-07 14:49:00 +0000
commit5411cdf378f555f8289e7feadee27d980b58f5db (patch)
tree66903c9b46c148a88c9e768283157efb6d2b715f /ChangeLog
parent0921a3537afe1c2e98daa8abb42c71da42d2184c (diff)
downloadzsh-5411cdf378f555f8289e7feadee27d980b58f5db.tar.gz
zsh-5411cdf378f555f8289e7feadee27d980b58f5db.tar.xz
zsh-5411cdf378f555f8289e7feadee27d980b58f5db.zip
39856: module completion improvements.
Follow symbolic links when finding.

Use _multi_parts for paths when completing modules.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 306b1762b..5d2e003f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-11-07  Peter Stephenson  <p.stephenson@samsung.com>
 
+	*  Felix Neumärker: Completion/Unix/Command/_module: follow
+	symbolic links and use _multi_parts for paths.
+
 	* zsh-users/22083: Doc/Zsh/expn.yo: attempt to explain a bit
 	better what a "word" is in parameter substitution.