1
0
forked from aniani/vim

updated for version 7.2-176

This commit is contained in:
Bram Moolenaar
2009-05-16 14:41:10 +00:00
parent 856b9fef3a
commit 8f0b2d46c7
8 changed files with 6 additions and 37 deletions

View File

@@ -9395,13 +9395,7 @@ find_cmdline_var(src, usedlen)
{
int len;
int i;
#ifdef S_SPLINT_S /* splint can't handle array of pointers */
static char **spec_str;
static char *(nospec_str[])
#else
static char *(spec_str[])
#endif
= {
static char *(spec_str[]) = {
"%",
#define SPEC_PERC 0
"#",