# HG changeset patch # User marc # Date 1431852821 -7200 # Node ID ca61487b3215f47f188deb6abc6f0e8ab6e0f6e5 # Parent 57649935316fb2633e3c1de04f19509872503f0b Add docs about ctags executable per filetype diff -r 57649935316f -r ca61487b3215 doc/gutentags.txt --- a/doc/gutentags.txt Sun May 17 10:43:24 2015 +0200 +++ b/doc/gutentags.txt Sun May 17 10:53:41 2015 +0200 @@ -223,6 +223,15 @@ Specifies the ctags executable to launch. Defaults to `ctags`. + *gutentags_ctags_executable_{filetype}* +g:gutentags_ctags_executable_{filetype} + Specifies the ctags executable to launch for + {filetype} files. It has precedence over + g:gutentags_ctags_executable. + Example: > + let g:gutentags_ctags_executable_ruby = 'ripper-tags' +< + *gutentags_tagfile* g:gutentags_tagfile Specifies the name of the tag file to create. This