mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
updated for version 7.2-176
This commit is contained in:
@@ -5776,10 +5776,6 @@ find_help_tags(arg, num_matches, matches, keep_lang)
|
||||
{
|
||||
char_u *s, *d;
|
||||
int i;
|
||||
#ifdef S_SPLINT_S /* splint doesn't understand array of pointers */
|
||||
static char **mtable;
|
||||
static char **rtable;
|
||||
#else
|
||||
static char *(mtable[]) = {"*", "g*", "[*", "]*", ":*",
|
||||
"/*", "/\\*", "\"*", "**",
|
||||
"/\\(\\)",
|
||||
@@ -5794,7 +5790,6 @@ find_help_tags(arg, num_matches, matches, keep_lang)
|
||||
"/\\\\?", "/\\\\z(\\\\)", "\\\\=", ":s\\\\=",
|
||||
"\\[count]", "\\[quotex]", "\\[range]",
|
||||
"\\[pattern]", "\\\\bar", "/\\\\%\\$"};
|
||||
#endif
|
||||
int flags;
|
||||
|
||||
d = IObuff; /* assume IObuff is long enough! */
|
||||
|
Reference in New Issue
Block a user