]> granicus.if.org Git - vim/commitdiff
patch 7.4.2284 v7.4.2284
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2016 15:15:25 +0000 (17:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2016 15:15:25 +0000 (17:15 +0200)
Problem:    Comment in scope header file is outdated. (KillTheMule)
Solution:   Point to the help instead. (closes #1017)

src/if_cscope.h
src/version.c

index a572f7385e3f92f4b82d0c717dbcb92af5f40ccc..c54222740466213543e1383fc29c5ab1253c99b6 100644 (file)
 #define        CSCOPE_PROMPT           ">> "
 
 /*
- * s 0name     Find this C symbol
- * g 1name     Find this definition
- * d 2name     Find functions called by this function
- * c 3name     Find functions calling this function
- * t 4string   find text string (cscope 12.9)
- * t 4name     Find assignments to (cscope 13.3)
- *   5pattern  change pattern -- NOT USED
- * e 6pattern  Find this egrep pattern
- * f 7name     Find this file
- * i 8name     Find files #including this file
+ * See ":help cscope-find" for the possible queries.
  */
 
 typedef struct {
index 0c2bbffbafa15ddd3740cb5d1039dc2bda0a82ce..b26f8bb7817eab0f6c7973fda8409ee2bcf01b88 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2284,
 /**/
     2283,
 /**/