1
0
forked from aniani/vim

patch 7.4.2320

Problem:    Redraw problem when using 'incsearch'.
Solution:   Save the current view when deleting characters. (Christian
            Brabandt) Fix that the '" mark is set in the wrong position. Don't
            change the search start when using BS.
This commit is contained in:
Bram Moolenaar
2016-09-03 21:04:58 +02:00
parent b07a82b6d5
commit dda933d06c
4 changed files with 78 additions and 24 deletions

View File

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