mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
vim-patch:7.4.219
Problem: When 'relativenumber' or 'cursorline' are set the window is redrawn much to often. (Patrick Hemmer, Dominique Pelle) Solution: Check the VALID_CROW flag instead of VALID_WROW. https://code.google.com/p/vim/source/detail?r=37af1e6e91bb1e8ceb89d3ba1c49a04ffd889880
This commit is contained in:

committed by
Thiago de Arruda

parent
824d64cb18
commit
1b55b127cb
@@ -242,7 +242,7 @@ static int included_patches[] = {
|
||||
//222,
|
||||
//221,
|
||||
//220,
|
||||
//219,
|
||||
219,
|
||||
//218,
|
||||
//217,
|
||||
//216,
|
||||
|
Reference in New Issue
Block a user