commit | 82faa259cc42379f2a17d598a2a39d14048685b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 20:14:07 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 20:14:07 2016 +0200 |
tree | b81ddb7d30034aa1741d75769a33ff5264724e8d | |
parent | 888ccac8902cee186fbd47e971881f6d9b19c068 [diff] [blame] |
patch 7.4.1896 Problem: Invoking mark_adjust() when adding a new line below the last line is pointless. Solution: Skip calling mark_adjust() when appending below the last line.
diff --git a/src/version.c b/src/version.c index 1e7c2f2..c6ebdc4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1896, +/**/ 1895, /**/ 1894,