summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mouse/mouserc_parse.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mouse/mouserc_parse.l b/plugins/mouse/mouserc_parse.l
index a653c3af..a72a9d20 100644
--- a/plugins/mouse/mouserc_parse.l
+++ b/plugins/mouse/mouserc_parse.l
@@ -25,7 +25,7 @@ white [ \t]*
%%
-^{white}\#.+\n lineno++;
+^{white}\#.*\n lineno++;
{field} gotfield();
\n endofline();
[ \t]