Mercurial > vim-gutentags
changeset 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 | 7371d8750c46 |
children | 011d855724bf |
files | README.md doc/gutentags.txt |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Sat Jun 09 09:36:52 2018 -0700 +++ b/README.md Sat Jun 09 09:57:55 2018 -0700 @@ -70,6 +70,12 @@ I don't want to have to think about it, and probably neither do you. +# Related Projects + +* [gutentags_plus](https://github.com/skywind3000/gutentags_plus): handles + switching between `cscope` databases automatically before performing a search + query. + [Pathogen]: https://github.com/tpope/vim-pathogen [ctrlp]: https://github.com/kien/ctrlp.vim
--- a/doc/gutentags.txt Sat Jun 09 09:36:52 2018 -0700 +++ b/doc/gutentags.txt Sat Jun 09 09:57:55 2018 -0700 @@ -629,6 +629,11 @@ generated code database to Vim by running `:cs add` (see |:cscope|). Defaults to 1. + +People using `cscope` or `gtags_cscope` across multiple projects in the same +Vim instance might be interested in the `gutentags_plus` plugin, which handles +switching databases automatically before performing a query. +See https://github.com/skywind3000/gutentags_plus. ============================================================================= 5. Project Settings *gutentags-project-settings*