summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-02 19:55:10 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-02 19:55:10 +0200
commitb7cb42bc3878fcb62ed407f47f0a2cc960aa7c1e (patch)
tree5106cbff25dbcf19891a33f658aac198f1e85137 /src/version.c
parent41571769c9a236fd07b333a5eb98c461636b466c (diff)
downloadvim-git-b7cb42bc3878fcb62ed407f47f0a2cc960aa7c1e.tar.gz
updated for version 7.4.242v7.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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index fbfb5e66a..e8bbf853a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 242,
+/**/
241,
/**/
240,