commit | 869e35270ecffd9024958880cb03f6f0bb01ea93 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 15:35:47 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 15:35:47 2016 +0200 |
tree | da022669c9ecf5145ffce0963fa53984fda22c17 | |
parent | 8507747600bddfd6a68aed057840856bf5548e61 [diff] [blame] |
patch 8.0.0041 Problem: When using Insert mode completion but not actually inserting anything an undo item is still created. (Tommy Allen) Solution: Do not call stop_arrow() when not inserting anything.
diff --git a/src/version.c b/src/version.c index e6f8f47..4902d69 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 41, +/**/ 40, /**/ 39,