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
!USER_CMDIDX(ea.cmdidx) &&
#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
/*