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:
oni-link
2015-03-04 17:57:47 +01:00
parent a4c3ac2799
commit 0dd1ad0760
2 changed files with 4 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ static int included_patches[] = {
//581,
//580,
//579,
//578,
578,
//577,
//576,
//575,