diff options
Diffstat (limited to 'runtime/doc/if_cscop.txt')
-rw-r--r-- | runtime/doc/if_cscop.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/doc/if_cscop.txt b/runtime/doc/if_cscop.txt index 4f8c0e2065..70f8d1c6f3 100644 --- a/runtime/doc/if_cscop.txt +++ b/runtime/doc/if_cscop.txt @@ -241,8 +241,8 @@ through your tags file(s). 3. Cscope options *cscope-options* Use the |:set| command to set all cscope options. Ideally, you would do -this in one of your startup files (e.g., .vimrc). Some cscope related -variables are only valid within |.vimrc|. Setting them after vim has +this in one of your startup files (e.g., vimrc). Some cscope related +variables are only valid within |init.vim|. Setting them after vim has started will have no effect! *cscopeprg* *csprg* @@ -292,10 +292,10 @@ Examples: > *cscopeverbose* *csverb* If 'cscopeverbose' is not set (the default), messages will not be printed indicating success or failure when adding a cscope database. Ideally, you -should reset this option in your |.vimrc| before adding any cscope databases, -and after adding them, set it. From then on, when you add more databases -within Vim, you will get a (hopefully) useful message should the database fail -to be added. Examples: > +should reset this option in your |init.vim| before adding any cscope +databases, and after adding them, set it. From then on, when you add more +databases within Vim, you will get a (hopefully) useful message should the +database fail to be added. Examples: > :set csverb :set nocsverb < @@ -317,7 +317,7 @@ refer to the cscope man page for more details. Assuming you have a cscope database, you need to "add" the database to Vim. This establishes a cscope "connection" and makes it available for Vim to use. -You can do this in your .vimrc file, or you can do it manually after starting +You can do this in your vimrc file, or you can do it manually after starting vim. For example, to add the cscope database "cscope.out", you would do: :cs add cscope.out @@ -366,7 +366,7 @@ is not configurable (e.g., you can't do a tselect instead). ============================================================================== 6. Suggested usage *cscope-suggestions* -Put these entries in your .vimrc (adjust the pathname accordingly to your +Put these entries in your vimrc (adjust the pathname accordingly to your setup): > if has("cscope") |