]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.578 v7.4.578
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Jan 2015 18:00:38 +0000 (19:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Jan 2015 18:00:38 +0000 (19:00 +0100)
commit084abaec061f830e2d389c416499d013e47fb0db
treec7fcf6cdd256c6b0076f3675de8cd99288a10118
parenta20bcad15c826a8c43a0f66a6b438bb5a14c8196
updated for version 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)
src/eval.c
src/version.c