1
0
forked from aniani/vim

updated for version 7.1-019

This commit is contained in:
Bram Moolenaar
2007-07-05 07:54:17 +00:00
parent e649ef0fdd
commit 3ebc1e5112
2 changed files with 4 additions and 1 deletions

View File

@@ -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
/* /*

View File

@@ -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,
/**/ /**/