summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-10-16 15:35:47 +0200
committerBram Moolenaar <Bram@vim.org>2016-10-16 15:35:47 +0200
commit869e35270ecffd9024958880cb03f6f0bb01ea93 (patch)
treeda022669c9ecf5145ffce0963fa53984fda22c17 /src/version.c
parent8507747600bddfd6a68aed057840856bf5548e61 (diff)
downloadvim-git-869e35270ecffd9024958880cb03f6f0bb01ea93.tar.gz
patch 8.0.0041v8.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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e6f8f4782..4902d69f0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 41,
+/**/
40,
/**/
39,