aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rcfile_l.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index e8d80ec7..8156fd6a 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -102,7 +102,7 @@ options {/* EMPTY */}
yylval.sval = (char *) xstrdup(buf);
return STRING;
}
-[^;:, \t\r\n]+ {
+[^=;:, \t\r\n]+ {
char buf[POPBUFSIZE];
escapes(yytext, buf);