commit | 39c29ed5118ab513554d1d51d6a98e65f32784ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 05 19:44:40 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 05 19:44:40 2014 +0200 |
tree | 01f3df4888dd4be45f2098fe71b574436d1e3a72 | |
parent | 57ebe6e2f94edad6adc43246d98919e728095211 [diff] [blame] |
updated for version 7.4.248 Problem: Cannot distinguish between NL and NUL in output of system(). Solution: Add systemlist(). (ZyX)
diff --git a/src/version.c b/src/version.c index 85596c8..eaa74cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 248, +/**/ 247, /**/ 246,