# HG changeset patch # User janEbert # Date 1543365338 -3600 # Node ID 39df368aaf2ad6764bf1bb8dceaac0c935d73d41 # Parent 740cd9065423ac0ffe4e6b405cdc9f841d22148b Improve docs concerning gtags_cscope module Add missing parameters, fix typos and remove some whitespaces. diff -r 740cd9065423 -r 39df368aaf2a doc/gutentags.txt --- a/doc/gutentags.txt Sat Nov 17 00:03:52 2018 -0800 +++ b/doc/gutentags.txt Wed Nov 28 01:35:38 2018 +0100 @@ -333,7 +333,7 @@ A list of default markers will be appended to the user-defined ones unless |gutentags_add_default_project_roots| is set to 0. - + *gutentags_add_default_project_roots* g:gutentags_add_default_project_roots Defines whether Gutentags should always define some @@ -642,7 +642,20 @@ g:gutentags_gtags_executable Specifies the name or path of the `gtags` executable to use to generate the code database. - Default to `"gtags"`. + Defaults to `"gtags"`. + + *gutentags_gtags_cscope_executable* +g:gutentags_gtags_cscope_executable + Specifies the name or path of the `gtags-cscope` + executable to use to generate the code database. + Defaults to `"gtags-cscope"`. + + *gutentags_gtags_dbpath* +g:gutentags_gtags_dbpath + Path from the cache directory (|gutentags_cache_dir| + or project root) to the folder containing the + definition database file (usually called `GTAGS`). + Defaults to `""`. *gutentags_gtags_options_file* g:gutentags_gtags_options_file @@ -660,9 +673,9 @@ 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. +switching databases automatically before performing a query. See https://github.com/skywind3000/gutentags_plus. - + ============================================================================= 5. Project Settings *gutentags-project-settings*