comparison doc/gutentags.txt @ 269:e60f685c560d

pycscope
author Oliver Harley <oliver.r.harley@gmail.com>
date Mon, 04 Feb 2019 10:08:25 +0100
parents 2d634600fd6e
children edd757c1e28d
comparison
equal deleted inserted replaced
268:6b3ab48ea3c0 269:e60f685c560d
312 or Universal Ctags. 312 or Universal Ctags.
313 313
314 - `cscope`: generates a code database file using 314 - `cscope`: generates a code database file using
315 `cscope`. 315 `cscope`.
316 316
317 - `pycscope`: generates a code database file using
318 `pycscope`.
319
317 - `gtags_cscope`: same as `cscope` but uses GNU's 320 - `gtags_cscope`: same as `cscope` but uses GNU's
318 `gtags` executable and database. 321 `gtags` executable and database.
319 322
320 Defaults to `[ctags]`. 323 Defaults to `[ctags]`.
321 324
659 If set to 1, Gutentags will make `cscope` build an 662 If set to 1, Gutentags will make `cscope` build an
660 inverted index. 663 inverted index.
661 Defaults to 0. 664 Defaults to 0.
662 665
663 666
667 The following settings are valid for the `pycscope` module.
668
669 *gutentags_pycscope_executable*
670 g:gutentags_pycscope_executable
671 Specifies the name or path of the `pycscope` executable
672 to use to generate the code database.
673 Defaults to `"pycscope"`.
674
675 *gutentags_auto_add_pycscope*
676 g:gutentags_auto_add_pycscope
677 If set to 1, Gutentags will automatically add the
678 generated code database to Vim by running `:cs add`
679 (see |:pycscope|).
680 Defaults to 1.
681
682
664 The following settings are valid for the `gtags_cscope` module. 683 The following settings are valid for the `gtags_cscope` module.
665 684
666 *gutentags_gtags_executable* 685 *gutentags_gtags_executable*
667 g:gutentags_gtags_executable 686 g:gutentags_gtags_executable
668 Specifies the name or path of the `gtags` executable 687 Specifies the name or path of the `gtags` executable
694 If set to 1, Gutentags will automatically add the 713 If set to 1, Gutentags will automatically add the
695 generated code database to Vim by running `:cs add` 714 generated code database to Vim by running `:cs add`
696 (see |:cscope|). 715 (see |:cscope|).
697 Defaults to 1. 716 Defaults to 1.
698 717
699 People using `cscope` or `gtags_cscope` across multiple projects in the same 718
719 People using `cscope`, `pycscope` or `gtags_cscope` across multiple projects in the same
700 Vim instance might be interested in the `gutentags_plus` plugin, which handles 720 Vim instance might be interested in the `gutentags_plus` plugin, which handles
701 switching databases automatically before performing a query. 721 switching databases automatically before performing a query.
702 See https://github.com/skywind3000/gutentags_plus. 722 See https://github.com/skywind3000/gutentags_plus.
703 723
704 ============================================================================= 724 =============================================================================