mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
vim-patch:7.4.349
Problem: When there are matches to highlight the whole window is redrawn, which is slow. Solution: Only redraw everything when lines were inserted or deleted. Reset b_mod_xlines when needed. (Alexey Radkov) https://code.google.com/p/vim/source/detail?r=v7-4-349
This commit is contained in:
@@ -246,7 +246,7 @@ static int included_patches[] = {
|
||||
352,
|
||||
//351,
|
||||
//350,
|
||||
//349,
|
||||
349,
|
||||
348,
|
||||
//347,
|
||||
346,
|
||||
|
Reference in New Issue
Block a user