Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 210:39547ffc8867
Add mention of `gutentags_plus` for Cscope users.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 09 Jun 2018 09:57:55 -0700 |
parents | 20bfab5b054f |
children | d7fdcb1c6a65 |
comparison
equal
deleted
inserted
replaced
209:7371d8750c46 | 210:39547ffc8867 |
---|---|
627 g:gutentags_auto_add_gtags_cscope | 627 g:gutentags_auto_add_gtags_cscope |
628 If set to 1, Gutentags will automatically add the | 628 If set to 1, Gutentags will automatically add the |
629 generated code database to Vim by running `:cs add` | 629 generated code database to Vim by running `:cs add` |
630 (see |:cscope|). | 630 (see |:cscope|). |
631 Defaults to 1. | 631 Defaults to 1. |
632 | |
633 People using `cscope` or `gtags_cscope` across multiple projects in the same | |
634 Vim instance might be interested in the `gutentags_plus` plugin, which handles | |
635 switching databases automatically before performing a query. | |
636 See https://github.com/skywind3000/gutentags_plus. | |
632 | 637 |
633 ============================================================================= | 638 ============================================================================= |
634 5. Project Settings *gutentags-project-settings* | 639 5. Project Settings *gutentags-project-settings* |
635 | 640 |
636 Gutentags can be customized to some extent on a per-project basis with the | 641 Gutentags can be customized to some extent on a per-project basis with the |