Mercurial > vim-gutentags
comparison 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 |
comparison
equal
deleted
inserted
replaced
87:afe113047204 | 88:073e63cc0456 |
---|---|
37 let g:gutentags_pause_after_update = 0 | 37 let g:gutentags_pause_after_update = 0 |
38 endif | 38 endif |
39 | 39 |
40 if !exists('g:gutentags_enabled') | 40 if !exists('g:gutentags_enabled') |
41 let g:gutentags_enabled = 1 | 41 let g:gutentags_enabled = 1 |
42 endif | |
43 | |
44 if !exists('g:gutentags_enabled_user_func') | |
45 let g:gutentags_enabled_user_func = '' | |
42 endif | 46 endif |
43 | 47 |
44 if !exists('g:gutentags_modules') | 48 if !exists('g:gutentags_modules') |
45 let g:gutentags_modules = ['ctags'] | 49 let g:gutentags_modules = ['ctags'] |
46 endif | 50 endif |