comparison doc/autotags.txt @ 17:b73466268844

Updated documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 21 Aug 2014 13:24:52 -0700
parents 49e3cb99ab27
children bd136cb41034
comparison
equal deleted inserted replaced
16:c11616828595 17:b73466268844
246 from parsing for the tags generation. 246 from parsing for the tags generation.
247 Defaults to `[]` (an empty |List|). 247 Defaults to `[]` (an empty |List|).
248 Patterns defined in 'wildignore' will also be given as 248 Patterns defined in 'wildignore' will also be given as
249 exclude patterns to the `ctags` executable. 249 exclude patterns to the `ctags` executable.
250 250
251 *autotags_options_file*
252 g:autotags_options_file
253 The path to an options file that will be passed to
254 the `ctags` executable with the `--options` option.
255 In general you can put options in a `$HOME/.ctags`
256 file, but this lets you specify a custom file
257 specifically for Vim/Autotags.
258
251 *autotags_auto_set_tags* 259 *autotags_auto_set_tags*
252 g:autotags_auto_set_tags 260 g:autotags_auto_set_tags
253 If set to 1, Autotags will automatically prepend 261 If set to 1, Autotags will automatically prepend
254 'tags' with the exact path to the tag file for the 262 'tags' with the exact path to the tag file for the
255 current project. See |autotags_project_root| for how 263 current project. See |autotags_project_root| for how