From 2dc875f5241b703cf4d1526a2c38c42946ce7ff9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 11:11:36 +0000 Subject: [PATCH] better comment parsing --- plugins/mouse/mouserc_parse.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.39.2