]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.090 v7.3.090
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2010 10:41:09 +0000 (11:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2010 10:41:09 +0000 (11:41 +0100)
Problem:    Wrong help text for Cscope.
Solution:   Adjust the help text for "t". (Dominique Pelle)

src/if_cscope.c
src/version.c

index 8867f63852c055baa66adac8679b7e4231c2d77c..09a2e2faf5b88e6aee63e80d5e88f9ff5368931c 100644 (file)
@@ -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
index 4face8f497ed62bd65a774bfb3fafa6a01f1a3af..2e9363e81442f29974f2074dbd6d5f9449f8de51 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    90,
 /**/
     89,
 /**/