about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2019-04-04 18:45:19 -0500
committerMatthew Martin <phy1729@gmail.com>2019-04-04 18:45:19 -0500
commit6f35d6c0d0eeb80c0145e5226285a8a45ffb5f25 (patch)
tree7e2d8fe8700b6739dce9416f38ba7bccae0d1ce4 /ChangeLog
parent7d84cde31330023b264a415ffa02686ee0338b4f (diff)
downloadzsh-6f35d6c0d0eeb80c0145e5226285a8a45ffb5f25.tar.gz
zsh-6f35d6c0d0eeb80c0145e5226285a8a45ffb5f25.tar.xz
zsh-6f35d6c0d0eeb80c0145e5226285a8a45ffb5f25.zip
44202 (tweaked): _normal: Add -P to reset precommands
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f960e85ae..c2694ed3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-04-04  Matthew Martin  <phy1729@gmail.com>
 
+	* 44202 (tweaked): Completion/Base/Core/_normal,
+	Doc/Zsh/compsys.yo: Add -P to reset precommands.
+
 	* 44201: Completion/Base/Core/_main_complete,
 	Completion/Base/Utility/_pick_variant,
 	Completion/Linux/Command/_setsid,