1
0
forked from aniani/vim

updated for version 7.1a

This commit is contained in:
Bram Moolenaar
2007-05-06 12:07:59 +00:00
parent c980de3382
commit 5c5b0941ca
3 changed files with 37 additions and 19 deletions

View File

@@ -3329,7 +3329,7 @@ set_one_cmd_context(xp, buff)
/* When still after the command name expand executables. */
if (xp->xp_pattern == skipwhite(arg))
xp->xp_context = EXPAND_SHELLCMD;
xp->xp_context = EXPAND_SHELLCMD;
}
#endif