Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 243:050d0549ecf3
Add `g:gutentags_add_ctrlp_root_markers` option.
This lets users prevent Gutentags from appending CtrlP root markers, if found.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 12 Mar 2019 21:43:50 -0700 |
parents | ac9adbec887b |
children | d3f9a92399d1 |
comparison
equal
deleted
inserted
replaced
242:23ce1c1b359f | 243:050d0549ecf3 |
---|---|
341 This can be useful to prevent unnecessary disk access | 341 This can be useful to prevent unnecessary disk access |
342 when Gutentags searches for a project root. | 342 when Gutentags searches for a project root. |
343 The default markers are: | 343 The default markers are: |
344 `['.git', '.hg', '.bzr', '_darcs', '_darcs', '_FOSSIL_', '.fslckout']` | 344 `['.git', '.hg', '.bzr', '_darcs', '_darcs', '_FOSSIL_', '.fslckout']` |
345 | 345 |
346 *gutentags_add_ctrlp_root_markers* | |
347 g:gutentags_add_ctrlp_root_markers | |
348 If Gutentags finds `g:ctrlp_root_markers` (used by the | |
349 CtrlP plugin), it will append those root markers to | |
350 the existing ones (see |g:gutentags_project_root|). | |
351 Set this to 0 to stop it from happening. | |
352 Defaults to 1. | |
353 | |
346 *gutentags_exclude_filetypes* | 354 *gutentags_exclude_filetypes* |
347 g:gutentags_exclude_filetypes | 355 g:gutentags_exclude_filetypes |
348 A |List| of file types (see |'filetype'|) that Gutentags | 356 A |List| of file types (see |'filetype'|) that Gutentags |
349 should ignore. When a buffer is opened, if its | 357 should ignore. When a buffer is opened, if its |
350 'filetype' is found in this list, Gutentags features | 358 'filetype' is found in this list, Gutentags features |