comparison doc/gutentags.txt @ 118:2838af9ff980

Add `g:gutentags_exclude_project_root`.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Apr 2016 21:58:15 -0700
parents d645125192aa
children e2a43c03da79
comparison
equal deleted inserted replaced
117:df3b0ca48013 118:2838af9ff980
241 Defaults to `[]` (an empty |List|). 241 Defaults to `[]` (an empty |List|).
242 A list of default markers will always be appended to 242 A list of default markers will always be appended to
243 the user-defined ones: ['.git', '.hg', '.bzr', 243 the user-defined ones: ['.git', '.hg', '.bzr',
244 '_darcs']. 244 '_darcs'].
245 245
246 *gutentags_exclude_project_root*
247 g:gutentags_exclude_project_root
248 A list of project roots to generally ignore. If a file
249 is opened inside one of those projects, Gutentags
250 won't be activated. This is similar to placing
251 a `.notags` file in the root of those projects, but
252 can be useful when you don't want to, or can't, place
253 such a file there.
254 Defaults to ['/usr/local'], which is the folder where
255 Homebrew is known to create a Git directory by default
256 on MacOS.
257
246 *gutentags_exclude* 258 *gutentags_exclude*
247 g:gutentags_exclude 259 g:gutentags_exclude
248 A list of file patterns to pass to the 260 A list of file patterns to pass to the
249 |gutentags_ctags_executable| so that they will be 261 |gutentags_ctags_executable| so that they will be
250 excluded from parsing for the tags generation. 262 excluded from parsing for the tags generation.