Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 69:6900302dae0b
Merge pull request #28 from GitHub.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 16 Jul 2015 21:40:52 -0700 |
parents | 735fce322ae4 ca61487b3215 |
children | cb1cf815052e |
comparison
equal
deleted
inserted
replaced
65:3ae6964078ab | 69:6900302dae0b |
---|---|
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 |