commit | b7cb42bc3878fcb62ed407f47f0a2cc960aa7c1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 02 19:55:10 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 02 19:55:10 2014 +0200 |
tree | 5106cbff25dbcf19891a33f658aac198f1e85137 | |
parent | 41571769c9a236fd07b333a5eb98c461636b466c [diff] [blame] |
updated for version 7.4.242 Problem: getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. Solution: Add another argument to return a list. (ZyX)
diff --git a/src/version.c b/src/version.c index fbfb5e6..e8bbf85 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 242, +/**/ 241, /**/ 240,