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 92466316..f275e5a6 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -78,7 +78,7 @@ to { return TO; }
= { return MAP; }
"*" { return WILDCARD; }
-no/[kfrsduc \t].* { return NO;}
+no/[a-z \t].* { return NO;}
keep { return KEEP; }
flush { return FLUSH; }