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_getln.c | |
parent | 8424a624ce1c38716deabd47f4da23f1e81614bd (diff) | |
download | vim-fc1421eb53b17aa58b01a9c07ba2007eb4a1aa4f.zip |
updated for version 7.0e04
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r-- | src/ex_getln.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c index 10f33550d..ce48b6751 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -3260,7 +3260,8 @@ nextwild(xp, type, options) * Return a pointer to alloced memory containing the new string. * Return NULL for failure. * - * Results are cached in xp->xp_files and xp->xp_numfiles. + * Results are cached in xp->xp_files and xp->xp_numfiles, except when "mode" + * is WILD_EXPAND_FREE or WILD_ALL. * * mode = WILD_FREE: just free previously expanded matches * mode = WILD_EXPAND_FREE: normal expansion, do not keep matches |