Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 248:57654e0dea1c
Fix incorrect documentation about default root markers.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 05 May 2019 22:20:27 -0700 |
parents | d3f9a92399d1 |
children | 2d634600fd6e |
comparison
equal
deleted
inserted
replaced
247:2bab5f618dbc | 248:57654e0dea1c |
---|---|
339 Defines whether Gutentags should always define some | 339 Defines whether Gutentags should always define some |
340 default project roots (see |gutentags_project_root|). | 340 default project roots (see |gutentags_project_root|). |
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', '.svn', '.bzr', '_darcs', '_darcs', '_FOSSIL_', '.fslckout']` |
345 | 345 |
346 *gutentags_add_ctrlp_root_markers* | 346 *gutentags_add_ctrlp_root_markers* |
347 g:gutentags_add_ctrlp_root_markers | 347 g:gutentags_add_ctrlp_root_markers |
348 If Gutentags finds `g:ctrlp_root_markers` (used by the | 348 If Gutentags finds `g:ctrlp_root_markers` (used by the |
349 CtrlP plugin), it will append those root markers to | 349 CtrlP plugin), it will append those root markers to |