Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 60:9e768b83d701
Fix missing renames of `gutentags_ctags_executable`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 16 May 2015 21:51:17 -0700 |
parents | 70423c2202c5 |
children | 735fce322ae4 ca61487b3215 |
comparison
equal
deleted
inserted
replaced
59:4cda41f830c3 | 60:9e768b83d701 |
---|---|
247 '_darcs']. | 247 '_darcs']. |
248 | 248 |
249 *gutentags_exclude* | 249 *gutentags_exclude* |
250 g:gutentags_exclude | 250 g:gutentags_exclude |
251 A list of file patterns to pass to the | 251 A list of file patterns to pass to the |
252 |gutentags_executable| so that they will be excluded | 252 |gutentags_ctags_executable| so that they will be |
253 from parsing for the tags generation. | 253 excluded from parsing for the tags generation. |
254 Defaults to `[]` (an empty |List|). | 254 Defaults to `[]` (an empty |List|). Patterns defined |
255 Patterns defined in 'wildignore' will also be given as | 255 in 'wildignore' will also be given as exclude patterns |
256 exclude patterns to the `ctags` executable. | 256 to the `ctags` executable. |
257 | 257 |
258 *gutentags_auto_set_tags* | 258 *gutentags_auto_set_tags* |
259 g:gutentags_auto_set_tags | 259 g:gutentags_auto_set_tags |
260 If set to 1, Gutentags will automatically prepend | 260 If set to 1, Gutentags will automatically prepend |
261 'tags' with the exact path to the tag file for the | 261 'tags' with the exact path to the tag file for the |