1
0
forked from aniani/vim

updated for version 7.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)
This commit is contained in:
Bram Moolenaar
2014-04-05 18:55:46 +02:00
parent 4ed89cdf41
commit 57ebe6e2f9
3 changed files with 73 additions and 40 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
247,
/**/
246,
/**/