summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-06 12:07:59 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-06 12:07:59 +0000
commit5c5b0941ca72518c6f8f359de743d6ffdcdfbf54 (patch)
tree868781c506bea477ab49c68359d51c4ee6a17bfe /src/ex_docmd.c
parentc980de3382e25c65f339db4428ada4f0a054e711 (diff)
updated for version 7.1a
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c2
1 files changed, 1 insertions, 1 deletions
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