diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-20 22:17:20 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-20 22:17:20 +0000 |
commit | fc1421eb53b17aa58b01a9c07ba2007eb4a1aa4f (patch) | |
tree | aeddd441dc8dc7222c5c1acd2b0841712e833810 /src/ex_docmd.c | |
parent | 8424a624ce1c38716deabd47f4da23f1e81614bd (diff) | |
download | vim-git-fc1421eb53b17aa58b01a9c07ba2007eb4a1aa4f.tar.gz |
updated for version 7.0e04v7.0e04
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r-- | src/ex_docmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 27c44ff5b..4943bfcfb 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -4371,7 +4371,6 @@ expand_filename(eap, cmdlinep, errormsgp) p = ExpandOne(&xpc, eap->arg, NULL, WILD_LIST_NOTFOUND|WILD_ADD_SLASH, WILD_EXPAND_FREE); - ExpandCleanup(&xpc); if (p == NULL) return FAIL; } |