comparison src/misc2.c @ 2522:d7ecfc8b784c vim73

Update help about wildcards in 'tags' option.
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Aug 2010 18:29:48 +0200
parents d890c820722f
children 298d8d6e69be
comparison
equal deleted inserted replaced
2521:d890c820722f 2522:d7ecfc8b784c
4246 return ret; 4246 return ret;
4247 } 4247 }
4248 #endif 4248 #endif
4249 4249
4250 /* 4250 /*
4251 * Initialization routine for vim_findfile. 4251 * Initialization routine for vim_findfile().
4252 * 4252 *
4253 * Returns the newly allocated search context or NULL if an error occurred. 4253 * Returns the newly allocated search context or NULL if an error occurred.
4254 * 4254 *
4255 * Don't forget to clean up by calling vim_findfile_cleanup() if you are done 4255 * Don't forget to clean up by calling vim_findfile_cleanup() if you are done
4256 * with the search context. 4256 * with the search context.