Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 237:62e21302c221
Add missing doc for `g:gutentags_scopefile`
author | Chayoung You <yousbe@gmail.com> |
---|---|
date | Wed, 19 Dec 2018 20:45:49 +0900 |
parents | 39df368aaf2a |
children | ac9adbec887b |
comparison
equal
deleted
inserted
replaced
236:a77c3eb4ce34 | 237:62e21302c221 |
---|---|
626 g:gutentags_cscope_executable | 626 g:gutentags_cscope_executable |
627 Specifies the name or path of the `cscope` executable | 627 Specifies the name or path of the `cscope` executable |
628 to use to generate the code database. | 628 to use to generate the code database. |
629 Defaults to `"cscope"`. | 629 Defaults to `"cscope"`. |
630 | 630 |
631 *gutentags_scopefile* | |
632 g:gutentags_scopefile | |
633 Specifies the name of the scope file to create. This | |
634 will be appended to the project's root. See | |
635 |gutentags_project_root| for how Gutentags locates the | |
636 project. | |
637 Defaults to `"cscope.out"`. | |
638 | |
631 *gutentags_auto_add_cscope* | 639 *gutentags_auto_add_cscope* |
632 g:gutentags_auto_add_cscope | 640 g:gutentags_auto_add_cscope |
633 If set to 1, Gutentags will automatically add the | 641 If set to 1, Gutentags will automatically add the |
634 generated code database to Vim by running `:cs add` | 642 generated code database to Vim by running `:cs add` |
635 (see |:cscope|). | 643 (see |:cscope|). |