diff options
author | David Bürgin <676c7473@gmail.com> | 2015-04-25 20:44:29 +0200 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-04-25 17:08:40 -0400 |
commit | f6d76c08139d72324f96cd9cf952d4ec0cdc51a8 (patch) | |
tree | cfe06f032605d479e12aea26aa2436bdb4f0fa64 /src/nvim/version.c | |
parent | deeee5bfab7c1bf7a62f0e309b59fccc40d092ac (diff) | |
download | rneovim-f6d76c08139d72324f96cd9cf952d4ec0cdc51a8.tar.gz rneovim-f6d76c08139d72324f96cd9cf952d4ec0cdc51a8.tar.bz2 rneovim-f6d76c08139d72324f96cd9cf952d4ec0cdc51a8.zip |
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index bccce50ece..5a8e1930b0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -219,7 +219,7 @@ static int included_patches[] = { //553, 552, 551, - //550, + 550, 549, //548 NA 547, |