1
0
forked from aniani/vim

updated for version 7.3.350

Problem:    Block of code after ":lua << EOF" may not work. (Paul Isambert)
Solution:   Recognize the ":lua" command, skip to EOF.
This commit is contained in:
Bram Moolenaar
2011-10-26 13:19:27 +02:00
parent f541c36a8c
commit 50bfb3278e
2 changed files with 4 additions and 0 deletions

View File

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