updated for version 7.1a
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index d53c51e..37d9f9f 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -3329,7 +3329,7 @@
 
 	    /* 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