summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-05 18:55:46 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-05 18:55:46 +0200
commit57ebe6e2f94edad6adc43246d98919e728095211 (patch)
tree7dc2718ae060133f59a57c82835e359defa05dfc /src/version.c
parent4ed89cdf41cf3d509fd30e6f7c577a7c090679a9 (diff)
downloadvim-git-57ebe6e2f94edad6adc43246d98919e728095211.tar.gz
updated for version 7.4.247v7.4.247
Problem: When passing input to system() there is no way to keep NUL and NL characters separate. Solution: Optionally use a list for the system() input. (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 420f4e3c3..85596c8ab 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 */
/**/
+ 247,
+/**/
246,
/**/
245,