From bce2a0869f159a0a21722c11ec220740ea5601e1 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 22 Mar 2009 12:42:30 +0100 Subject: [PATCH] Update runtime files --- runtime/doc/if_cscop.txt | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/runtime/doc/if_cscop.txt b/runtime/doc/if_cscop.txt index 94d39782..dae6ebce 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: 2009 Mar 18 +*if_cscop.txt* For Vim version 7.2. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Andy Kahn @@ -131,22 +131,11 @@ 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 -< - These two examples perform the same query: functions calling - "vim_free". > - - :cscope find t initOnce - :cscope find t initOnce + :cscope find 3 vim_free < - The first one searches for the text "initOnce", the second one for - " initOnce". > + These two examples perform the same query. > :cscope find 0 DEFAULT_TERM < -- 2.11.4.GIT