Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 46:c0f56e4d52bd
Make a bunch of advanced commands opt-in only.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 09 Apr 2015 21:02:25 -0700 |
parents | 7000d598a2a7 |
children | 7b419abf7fba |
comparison
equal
deleted
inserted
replaced
45:64de69ca7195 | 46:c0f56e4d52bd |
---|---|
132 Like |GutentagsUpdate|, but updates the current tags | 132 Like |GutentagsUpdate|, but updates the current tags |
133 file with the whole project instead of just the | 133 file with the whole project instead of just the |
134 current buffer. | 134 current buffer. |
135 | 135 |
136 | 136 |
137 Some debugging/troubleshooting commands are also available. | 137 Some debugging/troubleshooting commands are also available if the |
138 |gutentags_define_advanced_commands| global setting is set to 1. | |
138 | 139 |
139 *:GutentagsToggleEnabled* | 140 *:GutentagsToggleEnabled* |
140 :GutentagsToggleEnabled | 141 :GutentagsToggleEnabled |
141 Disables and re-enables Gutentags. | 142 Disables and re-enables Gutentags. |
142 When Gutentags is disabled, it won't update your tag | 143 When Gutentags is disabled, it won't update your tag |
305 Specifies a directory in which to create all the tags | 306 Specifies a directory in which to create all the tags |
306 files, instead of writing them at the root of each | 307 files, instead of writing them at the root of each |
307 project. This is handy to keep tags files from | 308 project. This is handy to keep tags files from |
308 polluting many directories all across your computer. | 309 polluting many directories all across your computer. |
309 | 310 |
311 *gutentags_define_advanced_commands* | |
312 g:gutentags_define_advanced_commands | |
313 Defines some advanced commands like | |
314 |GutentagsToggleEnabled| and |GutentagsUnlock|. | |
315 | |
310 | 316 |
311 vim:tw=78:et:ft=help:norl: | 317 vim:tw=78:et:ft=help:norl: |