diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-08 18:29:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-08 18:29:48 +0200 |
commit | e2b590ebf618fb7dc15012579875c3d649dd74c1 (patch) | |
tree | d03cf3f5ee1a594cc60b02617cc5e1bc7fa8d6de /src/misc2.c | |
parent | 463ee340d065dab803b9bd459fc5827adb6fcc64 (diff) | |
download | vim-e2b590ebf618fb7dc15012579875c3d649dd74c1.zip |
Update help about wildcards in 'tags' option.
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c index 6f19bb61a..1cf198ff0 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -4248,7 +4248,7 @@ vim_findnext() #endif /* - * Initialization routine for vim_findfile. + * Initialization routine for vim_findfile(). * * Returns the newly allocated search context or NULL if an error occurred. * |