aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 581a7290..1b88f36a 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -57,7 +57,7 @@ to { return TO; }
= { return MAP; }
"*" { return WILDCARD; }
-no/[kfrsdu ].* { return NO;}
+no/[kfrsdu \t].* { return NO;}
keep { return KEEP; }
flush { return FLUSH; }