# HG changeset patch # User Ludovic Chabant # Date 1528563475 25200 # Node ID 39547ffc8867634f77b88843e111c61b8c5b14d8 # Parent 7371d8750c46720fc37f3d3f24856a50629fcbc2 Add mention of `gutentags_plus` for Cscope users. diff -r 7371d8750c46 -r 39547ffc8867 README.md --- 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 diff -r 7371d8750c46 -r 39547ffc8867 doc/gutentags.txt --- 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*