Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 124:e2a43c03da79
Merge pull request #76 from GitHub.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 13 Jun 2016 18:46:35 -0700 |
parents | 2838af9ff980 76a4822aab76 |
children | e673026faa56 |
comparison
equal
deleted
inserted
replaced
122:3763e9f412e7 | 124:e2a43c03da79 |
---|---|
342 | 342 |
343 *gutentags_enabled_user_func* | 343 *gutentags_enabled_user_func* |
344 g:gutentags_enabled_user_func | 344 g:gutentags_enabled_user_func |
345 When set to a non-empty string, it is expected to be | 345 When set to a non-empty string, it is expected to be |
346 the name of a function that will be called when a file | 346 the name of a function that will be called when a file |
347 is open in a project. The function gets passed the | 347 is opened in a project. The function gets passed the |
348 path of the file and if it returns 0, Gutentags won't | 348 path of the file and if it returns 0, Gutentags won't |
349 be enabled for that file. | 349 be enabled for that file. |
350 You can use this also to manually set `b:gutentags_root` | |
351 (see |gutentags_project_root|). | |
350 Defaults to "". | 352 Defaults to "". |
351 | 353 |
352 *gutentags_define_advanced_commands* | 354 *gutentags_define_advanced_commands* |
353 g:gutentags_define_advanced_commands | 355 g:gutentags_define_advanced_commands |
354 Defines some advanced commands like | 356 Defines some advanced commands like |