about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-03-23 15:18:46 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-03-23 15:18:46 +0000
commitcb2de78cca4ee82af612fde80ae67470a8a5b1c0 (patch)
tree16dee59adb20bfe2d40ca970d924001f1c0c6a5c /ChangeLog
parent3ae964fc4d6a4c8fdd6811e0212a141ff22c8d2d (diff)
downloadzsh-cb2de78cca4ee82af612fde80ae67470a8a5b1c0.tar.gz
zsh-cb2de78cca4ee82af612fde80ae67470a8a5b1c0.tar.xz
zsh-cb2de78cca4ee82af612fde80ae67470a8a5b1c0.zip
don't auto-start menu completion after a `%' when completing pids or jobs (13733)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27c22ed8f..3fd0c5d1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-03-23  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 13733: Completion/Builtins/_pids: don't auto-start menu
+	* completion after a `%' when completing pids or jobs
+
 	* 13730: Completion/Core/_approximate: probably no reason to
 	put the (#a?) flag after an initial tilde in _approximate
 	anymore