Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 88:073e63cc0456
Add `gutentags_enabled_user_func` callback.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 24 Nov 2015 21:47:26 -0800 |
parents | 0424970d81f8 |
children | 8bf96f9f649c |
comparison
equal
deleted
inserted
replaced
87:afe113047204 | 88:073e63cc0456 |
---|---|
337 a symlink located outside of the project, and it | 337 a symlink located outside of the project, and it |
338 points to a file inside the project. However, this is | 338 points to a file inside the project. However, this is |
339 maybe not what you want if the symlink itself is | 339 maybe not what you want if the symlink itself is |
340 part of the project. | 340 part of the project. |
341 Defaults to 0. | 341 Defaults to 0. |
342 | |
343 *gutentags_enabled_user_func* | |
344 g:gutentags_enabled_user_func | |
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 | |
347 is open in a project. The function gets passed the | |
348 path of the file and if it returns 0, Gutentags won't | |
349 be enabled for that file. | |
350 Defaults to "". | |
342 | 351 |
343 *gutentags_define_advanced_commands* | 352 *gutentags_define_advanced_commands* |
344 g:gutentags_define_advanced_commands | 353 g:gutentags_define_advanced_commands |
345 Defines some advanced commands like | 354 Defines some advanced commands like |
346 |GutentagsToggleEnabled| and |GutentagsUnlock|. | 355 |GutentagsToggleEnabled| and |GutentagsUnlock|. |