# HG changeset patch # User Ludovic Chabant # Date 1541317016 25200 # Node ID 34aa86c552db2341bec9c5da345fec0a855a6206 # Parent 93c492ed3d62e5e8d8d19b833007834e2f1a19e1 Add documentation about `gutentags_trace`. diff -r 93c492ed3d62 -r 34aa86c552db doc/gutentags.txt --- a/doc/gutentags.txt Sat Nov 03 23:56:50 2018 -0700 +++ b/doc/gutentags.txt Sun Nov 04 00:36:56 2018 -0700 @@ -266,7 +266,21 @@ re-enable Gutentags, you won't have some buffers mysteriously working while others (those open last) don't. - Defaults to 1. + Defaults to `1`. + + *gutentags_trace* +g:gutentags_trace + When true, Gutentags will spit out debugging + information as Vim messages (which you can later read + with |:messages|). It also runs its background scripts + with extra parameters to log activity to a `tags.log` + file that you can also inspect for more information. + + Note: you can run `:verbose GutentagsUpdate` to + temporarily set |g:gutentags_trace| to `1` for that + update only. + + Defaults to `0`. *gutentags_dont_load* g:gutentags_dont_load