commit | 73fd4988866c3adc15b5d093efdf5e8cf70d093d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 19:36:56 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 19:36:56 2016 +0100 |
tree | f4cd6a17b1c30d955074c3ff01aef81b27fd2a2a | |
parent | 6270660611a151c5d0f614a5f0248ccdc80ed971 [diff] [blame] |
patch 8.0.0127 Problem: Cancelling completion still inserts text when formatting is done for 'textwidth'. (lacygoill) Solution: Don't format when CTRL-E was typed. (Hirohito Higashi, closes #1312)
diff --git a/src/version.c b/src/version.c index 3cd19f1..39538a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 127, +/**/ 126, /**/ 125,