diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-08-25 02:35:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-08-25 02:35:59 +0000 |
commit | 627943d3c3e101e0ce012a8426d1e086abb1e482 (patch) | |
tree | 6c5d651454d22cba1c1d2f6e574de2b9fe651eea /src/if_cscope.h | |
parent | 6949d1ddc60cfbe61bed3c57d20ee133767c58a6 (diff) | |
download | vim-git-627943d3c3e101e0ce012a8426d1e086abb1e482.tar.gz |
updated for version 7.2-004v7.2.004
Diffstat (limited to 'src/if_cscope.h')
-rw-r--r-- | src/if_cscope.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/if_cscope.h b/src/if_cscope.h index 99d472b9c..89b69f7c7 100644 --- a/src/if_cscope.h +++ b/src/if_cscope.h @@ -42,17 +42,6 @@ * f 7name Find this file * i 8name Find files #including this file */ -#define FIND_USAGE "find c|d|e|f|g|i|s|t name" -#define FIND_HELP "\n\ - c: Find functions calling this function\n\ - d: Find functions called by this function\n\ - e: Find this egrep pattern\n\ - f: Find this file\n\ - g: Find this definition\n\ - i: Find files #including this file\n\ - s: Find this C symbol\n\ - t: Find assignments to\n" - typedef struct { char * name; |