mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
vim-patch:7.4.550 #2510
Problem: curs_rows() function is always called with the second argument false. Solution: Remove the argument. (Christian Brabandt) validate_botline_win() can then also be removed. https://github.com/vim/vim/releases/tag/v7-4-550
This commit is contained in:

committed by
Michael Reed

parent
deeee5bfab
commit
f6d76c0813
@@ -219,7 +219,7 @@ static int included_patches[] = {
|
||||
//553,
|
||||
552,
|
||||
551,
|
||||
//550,
|
||||
550,
|
||||
549,
|
||||
//548 NA
|
||||
547,
|
||||
|
Reference in New Issue
Block a user