Mercurial > vim-gutentags
changeset 68:ca61487b3215
Add docs about ctags executable per filetype
author | marc <marc@lamarciana.com> |
---|---|
date | Sun, 17 May 2015 10:53:41 +0200 |
parents | 57649935316f |
children | 6900302dae0b |
files | doc/gutentags.txt |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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