commit | 27b6056d85370f13c4e156d83d095676357ba34a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 16:07:46 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 16:07:46 2011 +0200 |
tree | ed684d5e03d1cb086976cc809cefa3721328ca61 | |
parent | 96bcc5e6cd90c914c55e1606067fbdee4a981891 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index d96aa02..63ddf68 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 150, +/**/ 149, /**/ 148,