diff src/ex_docmd.c @ 1132:857a5e3e1d34

updated for version 7.1a
author vimboss
date Sun, 06 May 2007 12:07:59 +0000
parents 1df41c98fc2e
children 4e90dc161511
line wrap: on
line diff
--- 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