diff options
Diffstat (limited to 'plugins/mouse/mouserc_parse.l')
| -rw-r--r-- | plugins/mouse/mouserc_parse.l | 2 |
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] |
