diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-06-12 20:42:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-06-12 20:42:22 +0200 |
commit | 2f982e4fabf27806d96cedd34d0f1823a3fc52c0 (patch) | |
tree | 3d36b24aa262c92e0edaece377ce2d3ed5c46f1b /runtime/doc/if_cscop.txt | |
parent | 536d95f6171b75093e7dc2894144a9bd44a85895 (diff) | |
download | vim-git-2f982e4fabf27806d96cedd34d0f1823a3fc52c0.tar.gz |
updated for version 7.3.210v7.3.210
Problem: Can't always find the file when using cscope.
Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
Diffstat (limited to 'runtime/doc/if_cscop.txt')
-rw-r--r-- | runtime/doc/if_cscop.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/doc/if_cscop.txt b/runtime/doc/if_cscop.txt index 91dd4c64e..f3f1a4970 100644 --- a/runtime/doc/if_cscop.txt +++ b/runtime/doc/if_cscop.txt @@ -271,6 +271,15 @@ tag files. The default is off. Examples: > :set cst :set nocst < + *cscoperelative* *csre* +If 'cscoperelative' set, then in absence of a prefix given to cscope (prefx +is the argument to -P option of cscope), basename of cscope.out location +(usually the project root directory) will be used as the prefix to construt +absolute path.The default is off. Note: This option is only effective when +cscope (cscopeprg) is initialized without a prefix path (-P). Examples: > + :set csre + :set nocsre +< *cscopetagorder* *csto* The value of 'csto' determines the order in which |:cstag| performs a search. If 'csto' is set to zero, cscope database(s) are searched first, followed |