commit | c9fb77c69244870a97384152f20845665c19fe39 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 21:51:40 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 21:51:40 2016 +0200 |
tree | fadb0ec7f1f39e7031b0c9808093a942b1fac26b | |
parent | 7547a78446c1a3c04b36c0533f0f046188bd378b [diff] [blame] |
patch 7.4.2188 Problem: Completion does not work properly with some plugins. Solution: Revert the part related to typing CTRL-E. (closes #972)
diff --git a/src/version.c b/src/version.c index 100cf55..4d4c16e 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2188, +/**/ 2187, /**/ 2186,