]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.150 v7.3.150
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Apr 2011 14:07:46 +0000 (16:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Apr 2011 14:07:46 +0000 (16:07 +0200)
commit27b6056d85370f13c4e156d83d095676357ba34a
treeed684d5e03d1cb086976cc809cefa3721328ca61
parent96bcc5e6cd90c914c55e1606067fbdee4a981891
updated for version 7.3.150
Problem:    readline() does not return the last line when the NL is missing.
            (Hong Xu)
Solution:   When at the end of the file Also check for a previous line.
src/eval.c
src/version.c