diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-03-18 13:32:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-03-18 13:32:24 +0000 |
commit | 80b6a0e8d5aee3be938c731ac65c51f266ac7089 (patch) | |
tree | 68dcf62996625bb598c2c6dba0b6feb9881ccb68 /runtime/doc | |
parent | c84e8952eb4566a1fa9b1d68cc3d554ab8d5b5f3 (diff) | |
download | vim-80b6a0e8d5aee3be938c731ac65c51f266ac7089.zip |
updated for version 7.2-145
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/if_cscop.txt | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/runtime/doc/if_cscop.txt b/runtime/doc/if_cscop.txt index dae6ebce3..94d397820 100644 --- a/runtime/doc/if_cscop.txt +++ b/runtime/doc/if_cscop.txt @@ -1,4 +1,4 @@ -*if_cscop.txt* For Vim version 7.2. Last change: 2005 Mar 29 +*if_cscop.txt* For Vim version 7.2. Last change: 2009 Mar 18 VIM REFERENCE MANUAL by Andy Kahn @@ -131,11 +131,22 @@ The available subcommands are: 7 or f: Find this file 8 or i: Find files #including this file + For all types, except 4 and 6, leading white space for {name} is + removed. For 4 and 6 there is exactly one space between {querytype} + and {name}. Further white space is included in {name}. + EXAMPLES > :cscope find c vim_free - :cscope find 3 vim_free + :cscope find 3 vim_free +< + These two examples perform the same query: functions calling + "vim_free". > + + :cscope find t initOnce + :cscope find t initOnce < - These two examples perform the same query. > + The first one searches for the text "initOnce", the second one for + " initOnce". > :cscope find 0 DEFAULT_TERM < |