about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2017-10-20 11:08:19 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2017-10-20 22:20:28 +0200
commit373538442b8fa5992bb2269c9972cee5b49ecd3d (patch)
treec1a0dea9a7c0bdd9503a22cd9cd435f89a839fa1 /ChangeLog
parentdcd4f02845cba2a19895e03b53e9dcea1817d3ad (diff)
downloadzsh-373538442b8fa5992bb2269c9972cee5b49ecd3d.tar.gz
zsh-373538442b8fa5992bb2269c9972cee5b49ecd3d.tar.xz
zsh-373538442b8fa5992bb2269c9972cee5b49ecd3d.zip
41943: Completion: add --clean for vim
Vim since patchlevel 8.0.0716 includes the --clean argument for starting
in a clean mode (only loading defaults.vim and in non-cp mode).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5ebfa389..4b58d3b7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-20  Christian Brabandt  <cb@256bit.org>
+
+	* 41943: Completion/Unix/Command/_vim: Completion: add --clean for
+	vim
+
 2017-10-17  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted: Test/D04parameter.ztst: tests for 41902