From 98270ed439f4dafb7809f2a8bfd3ca0ee7393f5f Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Tue, 26 Apr 2011 02:07:03 +1200 Subject: [PATCH] Doc configuration clarification --- doc/tagbar.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 015a44a..afefb74 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -566,9 +566,13 @@ deffile: The path to a file with additional ctags definitions (see the ctagsbin: The path to a filetype-specific ctags-compatible program like {optional} jsctags. Set it in the same way as |g:tagbar_ctags_bin|. jsctags is used automatically if found in your $PATH and does not have to be - set in that case. + set in that case. If it is not in your path you have to provide the + complete configuration and use the "replace" key (see the + Tagbar source code for the suggested configuration). ctagsargs: The arguments to be passed to the filetype-specific ctags program -{optional} (without the filename). Not used for the normal ctags program. +{optional} (without the filename). Make sure you set an option that makes the + program output its data on stdout. Not used for the normal ctags + program. You then have to assign this dictionary to a variable with the name