aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-06-25 12:15:58 -0400
committerJames McCoy <jamessan@jamessan.com>2017-06-26 22:08:13 -0400
commit54d5e90a2b87736a3248300ed423374e88ce8e79 (patch)
tree7953336c8a7542a0107082233a08c15874d0c3a9 /src/nvim/version.c
parent3679752dbd9191f4067a43143da637478cc389f1 (diff)
downloadrneovim-54d5e90a2b87736a3248300ed423374e88ce8e79.tar.gz
rneovim-54d5e90a2b87736a3248300ed423374e88ce8e79.tar.bz2
rneovim-54d5e90a2b87736a3248300ed423374e88ce8e79.zip
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. https://github.com/vim/vim/commit/dda933d06c06c2792bd686d059f6ad19191ad30b
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 5a107f0023..094ca29b01 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -124,7 +124,7 @@ static const int included_patches[] = {
2323,
2322,
2321,
- // 2320,
+ 2320,
// 2319 NA
2318,
2317,