Mercurial > vim-gutentags
diff doc/gutentags.txt @ 149:f915393ff68d
Add `g:gutentags_dont_load` setting.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 07 Dec 2016 21:46:02 -0800 |
parents | 3f15dabaa9f4 |
children | cbc1ebe23ef1 |
line wrap: on
line diff
--- a/doc/gutentags.txt Wed Dec 07 21:20:50 2016 -0800 +++ b/doc/gutentags.txt Wed Dec 07 21:46:02 2016 -0800 @@ -227,6 +227,18 @@ don't. Defaults to 1. + *gutentags_dont_load* +g:gutentags_dont_load + Prevents Gutentags from loading at all on Vim startup. + + The difference between this and |gutentags_enabled| is + that |gutentags_enabled| can be turned on and off in + the same Vim session -- Gutentags as a plugin stays + loaded and will keep track of what happened while it + was disabled. However, |gutentags_dont_load| only + works on Vim startup and will prevent Gutentags from + loading at all, as if it wasn't there. + *gutentags_ctags_executable* g:gutentags_ctags_executable Specifies the ctags executable to launch.