summaryrefslogtreecommitdiffstats
path: root/src/if_cscope.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-12-30 11:41:09 +0100
committerBram Moolenaar <Bram@vim.org>2010-12-30 11:41:09 +0100
commit657ae0bddd6a66b7d33c1518be419ce5d3e72091 (patch)
treeecb1e105b64cf7c7bd59b6b0a5b1b9116810b708 /src/if_cscope.c
parentde1b092c772dabf6e96fb4812c84c825a4240565 (diff)
updated for version 7.3.090v7.3.090
Problem: Wrong help text for Cscope. Solution: Adjust the help text for "t". (Dominique Pelle)
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index 8867f63852..09a2e2faf5 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -1346,7 +1346,7 @@ cs_help(eap)
" g: Find this definition\n"
" i: Find files #including this file\n"
" s: Find this C symbol\n"
- " t: Find assignments to\n"));
+ " t: Find this text string\n"));
cmdp++;
}
@@ -1657,7 +1657,7 @@ cs_kill_execute(i, cname)
/*
* PRIVATE: cs_make_vim_style_matches
*
- * convert the cscope output into into a ctags style entry (as might be found
+ * convert the cscope output into a ctags style entry (as might be found
* in a ctags tags file). there's one catch though: cscope doesn't tell you
* the type of the tag you are looking for. for example, in Darren Hiebert's
* ctags (the one that comes with vim), #define's use a line number to find the