about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-03-31 20:10:08 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-03-31 20:10:08 +0100
commit3ef734ca72b7886a26a06d6b90381110864a1d42 (patch)
treee62cfc95c7b3085509fc426c76bbb601fb71c062 /ChangeLog
parentf1c702f2a4159409b27b9576999614a69a51987d (diff)
downloadzsh-3ef734ca72b7886a26a06d6b90381110864a1d42.tar.gz
zsh-3ef734ca72b7886a26a06d6b90381110864a1d42.tar.xz
zsh-3ef734ca72b7886a26a06d6b90381110864a1d42.zip
users/20058: improve device completion in ip completion.
We were too eager to regard strings already on the command line
as possible devices.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecd99332b..f597527a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-03-31  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* users/20058: Completion/Unix/Command/_ip,
+	Completion/Unix/Type/_find_net_interfaces,
+	Completion/Unix/Type/_net_interfaces: improve matching of
+	devices already on command line in ip completion.
+
 2015-03-29  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 34817: Src/hist.c, Src/lex.c: catch some errors earlier when