comparison 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
comparison
equal deleted inserted replaced
148:b178f2251982 149:f915393ff68d
225 re-enable Gutentags, you won't have some buffers 225 re-enable Gutentags, you won't have some buffers
226 mysteriously working while others (those open last) 226 mysteriously working while others (those open last)
227 don't. 227 don't.
228 Defaults to 1. 228 Defaults to 1.
229 229
230 *gutentags_dont_load*
231 g:gutentags_dont_load
232 Prevents Gutentags from loading at all on Vim startup.
233
234 The difference between this and |gutentags_enabled| is
235 that |gutentags_enabled| can be turned on and off in
236 the same Vim session -- Gutentags as a plugin stays
237 loaded and will keep track of what happened while it
238 was disabled. However, |gutentags_dont_load| only
239 works on Vim startup and will prevent Gutentags from
240 loading at all, as if it wasn't there.
241
230 *gutentags_ctags_executable* 242 *gutentags_ctags_executable*
231 g:gutentags_ctags_executable 243 g:gutentags_ctags_executable
232 Specifies the ctags executable to launch. 244 Specifies the ctags executable to launch.
233 Defaults to `ctags`. 245 Defaults to `ctags`.
234 246