diff --git a/rcfile.c b/rcfile.c index 53efe008..5566c420 100644 --- a/rcfile.c +++ b/rcfile.c @@ -200,7 +200,7 @@ void parse_colors(FILE *rcstream, char *filename, int *lineno, char *buf, char * switch (*ptr) { case '\n': *ptr = ' '; - i++; +/* i++; */ case ' ': if (prev != '\\') { /* This is the end of the regex, uh I guess.