forked from aniani/vim
updated for version 7.1-157
This commit is contained in:
@@ -1741,7 +1741,9 @@ do_one_cmd(cmdlinep, sourcing,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ignore comment and empty lines */
|
/* ignore comment and empty lines */
|
||||||
if (*ea.cmd == '"' || *ea.cmd == NUL)
|
if (*ea.cmd == '"')
|
||||||
|
goto doend;
|
||||||
|
if (*ea.cmd == NUL)
|
||||||
{
|
{
|
||||||
ex_pressedreturn = TRUE;
|
ex_pressedreturn = TRUE;
|
||||||
goto doend;
|
goto doend;
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
157,
|
||||||
/**/
|
/**/
|
||||||
156,
|
156,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user