commit | 5c5b0941ca72518c6f8f359de743d6ffdcdfbf54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 06 12:07:59 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 06 12:07:59 2007 +0000 |
tree | 868781c506bea477ab49c68359d51c4ee6a17bfe | |
parent | c980de3382e25c65f339db4428ada4f0a054e711 [diff] [blame] |
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