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 f50062c1..4fa4185e 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -55,7 +55,7 @@ to { return TO; }
= { return MAP; }
"*" { return WILDCARD; }
-no/.* { return NO;}
+no/[kfrsdu ] { return NO;}
keep { return KEEP; }
flush { return FLUSH; }