summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-08 18:29:48 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-08 18:29:48 +0200
commite2b590ebf618fb7dc15012579875c3d649dd74c1 (patch)
treed03cf3f5ee1a594cc60b02617cc5e1bc7fa8d6de /src/misc2.c
parent463ee340d065dab803b9bd459fc5827adb6fcc64 (diff)
downloadvim-git-e2b590ebf618fb7dc15012579875c3d649dd74c1.tar.gz
Update help about wildcards in 'tags' option.
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c2
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.
*