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:
David Bürgin
2015-04-25 20:44:29 +02:00
committed by Michael Reed
parent deeee5bfab
commit f6d76c0813
2 changed files with 6 additions and 26 deletions

View File

@@ -219,7 +219,7 @@ static int included_patches[] = {
//553,
552,
551,
//550,
550,
549,
//548 NA
547,