Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 68:ca61487b3215
Add docs about ctags executable per filetype
author | marc <marc@lamarciana.com> |
---|---|
date | Sun, 17 May 2015 10:53:41 +0200 |
parents | 9e768b83d701 |
children | 6900302dae0b |
comparison
equal
deleted
inserted
replaced
67:57649935316f | 68:ca61487b3215 |
---|---|
221 *gutentags_ctags_executable* | 221 *gutentags_ctags_executable* |
222 g:gutentags_ctags_executable | 222 g:gutentags_ctags_executable |
223 Specifies the ctags executable to launch. | 223 Specifies the ctags executable to launch. |
224 Defaults to `ctags`. | 224 Defaults to `ctags`. |
225 | 225 |
226 *gutentags_ctags_executable_{filetype}* | |
227 g:gutentags_ctags_executable_{filetype} | |
228 Specifies the ctags executable to launch for | |
229 {filetype} files. It has precedence over | |
230 g:gutentags_ctags_executable. | |
231 Example: > | |
232 let g:gutentags_ctags_executable_ruby = 'ripper-tags' | |
233 < | |
234 | |
226 *gutentags_tagfile* | 235 *gutentags_tagfile* |
227 g:gutentags_tagfile | 236 g:gutentags_tagfile |
228 Specifies the name of the tag file to create. This | 237 Specifies the name of the tag file to create. This |
229 will be appended to the project's root. See | 238 will be appended to the project's root. See |
230 |gutentags_project_root| for how Gutentags locates the | 239 |gutentags_project_root| for how Gutentags locates the |