mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
vim-patch:7.4.578
Problem: Using getcurpos() after "$" in an empty line returns a negative number. Solution: Don't add one when this would overflow. (Hirohito Higashi) https://code.google.com/p/vim/source/detail?r=v7-4-578
This commit is contained in:
@@ -206,7 +206,7 @@ static int included_patches[] = {
|
||||
//581,
|
||||
//580,
|
||||
//579,
|
||||
//578,
|
||||
578,
|
||||
//577,
|
||||
//576,
|
||||
//575,
|
||||
|
Reference in New Issue
Block a user