forked from aniani/vim
updated for version 7.1-019
This commit is contained in:
@@ -2118,7 +2118,8 @@ do_one_cmd(cmdlinep, sourcing,
|
|||||||
#ifdef FEAT_USR_CMDS
|
#ifdef FEAT_USR_CMDS
|
||||||
!USER_CMDIDX(ea.cmdidx) &&
|
!USER_CMDIDX(ea.cmdidx) &&
|
||||||
#endif
|
#endif
|
||||||
cmdnames[ea.cmdidx].cmd_func == ex_ni);
|
(cmdnames[ea.cmdidx].cmd_func == ex_ni
|
||||||
|
|| cmdnames[ea.cmdidx].cmd_func == ex_script_ni));
|
||||||
|
|
||||||
#ifndef FEAT_EVAL
|
#ifndef FEAT_EVAL
|
||||||
/*
|
/*
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
19,
|
||||||
/**/
|
/**/
|
||||||
18,
|
18,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user