]> granicus.if.org Git - vim/commit
patch 7.4.2320 v7.4.2320
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Sep 2016 19:04:58 +0000 (21:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Sep 2016 19:04:58 +0000 (21:04 +0200)
commitdda933d06c06c2792bd686d059f6ad19191ad30b
tree0452e843f90cf9289f01366c926169e8b9169faf
parentb07a82b6d5f904ed3e623e775c3458adb1cc0a3e
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.
src/ex_getln.c
src/normal.c
src/testdir/test_search.vim
src/version.c