mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
vim-patch:7.4.405
Problem: Screen updating is slow when using matches. Solution: Do not use the ">=" as in patch 7.4.362, check the lnum. https://code.google.com/p/vim/source/detail?r=v7-4-405
This commit is contained in:
@@ -223,7 +223,7 @@ static int included_patches[] = {
|
||||
//408,
|
||||
407,
|
||||
//406,
|
||||
//405,
|
||||
405,
|
||||
//404 NA
|
||||
//403 NA
|
||||
//402,
|
||||
|
Reference in New Issue
Block a user