0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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.
This commit is contained in:
Bram Moolenaar
2016-06-04 20:14:07 +02:00
parent 888ccac890
commit 82faa259cc
3 changed files with 16 additions and 4 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1896,
/**/
1895,
/**/