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, 2 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 21f05b4e..b8ff32a5 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -147,6 +147,7 @@ nodns |
noenvelope |
nokeep |
noflush |
+nolimitflush |
nofetchall |
norewrite |
noforcecr |
@@ -165,6 +166,7 @@ no {return NO;}
keep { return KEEP; }
flush { return FLUSH; }
+limitflush { return LIMITFLUSH; }
fetchall { return FETCHALL; }
rewrite { return REWRITE; }
forcecr { return FORCECR; }