comparison doc/gutentags.txt @ 222:34aa86c552db

Add documentation about `gutentags_trace`.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 04 Nov 2018 00:36:56 -0700
parents d7fdcb1c6a65
children a746af898281
comparison
equal deleted inserted replaced
221:93c492ed3d62 222:34aa86c552db
264 disabled, Gutentags will still scan for project root 264 disabled, Gutentags will still scan for project root
265 markers when opening buffers. This is so that when you 265 markers when opening buffers. This is so that when you
266 re-enable Gutentags, you won't have some buffers 266 re-enable Gutentags, you won't have some buffers
267 mysteriously working while others (those open last) 267 mysteriously working while others (those open last)
268 don't. 268 don't.
269 Defaults to 1. 269 Defaults to `1`.
270
271 *gutentags_trace*
272 g:gutentags_trace
273 When true, Gutentags will spit out debugging
274 information as Vim messages (which you can later read
275 with |:messages|). It also runs its background scripts
276 with extra parameters to log activity to a `tags.log`
277 file that you can also inspect for more information.
278
279 Note: you can run `:verbose GutentagsUpdate` to
280 temporarily set |g:gutentags_trace| to `1` for that
281 update only.
282
283 Defaults to `0`.
270 284
271 *gutentags_dont_load* 285 *gutentags_dont_load*
272 g:gutentags_dont_load 286 g:gutentags_dont_load
273 Prevents Gutentags from loading at all on Vim startup. 287 Prevents Gutentags from loading at all on Vim startup.
274 288