Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 264:2d634600fd6e
docs: use ripper-tags as example value
`ripper-tags` provide excellent support for `ruby`.
This update emphasizes that `ripper-tags` should be
used as executable on `ruby`'s filetype
author | Yana Agun Siswanto <yana.developer@gmail.com> |
---|---|
date | Thu, 16 Apr 2020 05:46:48 +0700 |
parents | 57654e0dea1c |
children | e60f685c560d |
comparison
equal
deleted
inserted
replaced
263:d4b73a042976 | 264:2d634600fd6e |
---|---|
572 Specifies the ctags executable to launch for a project | 572 Specifies the ctags executable to launch for a project |
573 of type {type}. See |gutentags_project_info| for more | 573 of type {type}. See |gutentags_project_info| for more |
574 information. | 574 information. |
575 IMPORTANT: please see |gutentags-ctags-requirements|. | 575 IMPORTANT: please see |gutentags-ctags-requirements|. |
576 Example: > | 576 Example: > |
577 let g:gutentags_ctags_executable_ruby = 'foobar' | 577 let g:gutentags_ctags_executable_ruby = 'ripper-tags' |
578 < | 578 < |
579 | 579 |
580 *gutentags_ctags_tagfile* | 580 *gutentags_ctags_tagfile* |
581 g:gutentags_ctags_tagfile | 581 g:gutentags_ctags_tagfile |
582 Specifies the name of the tag file to create. This | 582 Specifies the name of the tag file to create. This |