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]