diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-05 18:55:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-05 18:55:46 +0200 |
commit | 57ebe6e2f94edad6adc43246d98919e728095211 (patch) | |
tree | 7dc2718ae060133f59a57c82835e359defa05dfc /src/version.c | |
parent | 4ed89cdf41cf3d509fd30e6f7c577a7c090679a9 (diff) | |
download | vim-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.c | 2 |
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, |