comparison doc/gutentags.txt @ 223:a746af898281

Add documentation comment about availability of advanced commands.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 04 Nov 2018 00:40:48 -0700
parents 34aa86c552db
children 34bee0477b51
comparison
equal deleted inserted replaced
222:34aa86c552db 223:a746af898281
158 file when you save a buffer. It will however still 158 file when you save a buffer. It will however still
159 look for project markers as you open new buffers so 159 look for project markers as you open new buffers so
160 that they can start working again when you re-enable 160 that they can start working again when you re-enable
161 Gutentags. 161 Gutentags.
162 162
163 {only available when
164 |gutentags_define_advanced_commands| is set}
165
163 *GutentagsToggleTrace* 166 *GutentagsToggleTrace*
164 :GutentagsToggleTrace 167 :GutentagsToggleTrace
165 If you want to keep an eye on what Gutentags is doing, 168 If you want to keep an eye on what Gutentags is doing,
166 you can enable tracing. This will show messages every 169 you can enable tracing. This will show messages every
167 time Gutentags does something. It can get annoying 170 time Gutentags does something. It can get annoying
169 dismiss those messages, but it can be useful to 172 dismiss those messages, but it can be useful to
170 troubleshoot a problem. 173 troubleshoot a problem.
171 In addition to messages in Vim, it will also make 174 In addition to messages in Vim, it will also make
172 Gutentags redirect the output of the tag generation 175 Gutentags redirect the output of the tag generation
173 script to a `.log` file in the project root. 176 script to a `.log` file in the project root.
177
178 {only available when
179 |gutentags_define_advanced_commands| is set}
174 180
175 181
176 Gutentags also has some user auto-commands (see |User| and |:doautocmd|): 182 Gutentags also has some user auto-commands (see |User| and |:doautocmd|):
177 183
178 *GutentagsUpdating* 184 *GutentagsUpdating*