From 5c5b0941ca72518c6f8f359de743d6ffdcdfbf54 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 6 May 2007 12:07:59 +0000 Subject: updated for version 7.1a --- src/ex_docmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ex_docmd.c') diff --git a/src/ex_docmd.c b/src/ex_docmd.c index d53c51eb87..37d9f9fb09 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -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 -- cgit v1.2.3