Mercurial > vim-gutentags
diff plugin/gutentags.vim @ 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 |
line wrap: on
line diff
--- a/plugin/gutentags.vim Tue Nov 17 21:11:20 2015 -0800 +++ b/plugin/gutentags.vim Tue Nov 24 21:47:26 2015 -0800 @@ -41,6 +41,10 @@ let g:gutentags_enabled = 1 endif +if !exists('g:gutentags_enabled_user_func') + let g:gutentags_enabled_user_func = '' +endif + if !exists('g:gutentags_modules') let g:gutentags_modules = ['ctags'] endif