src/scanner.c

changeset 54
76d46533b9a9
parent 48
0d2c13c24fd0
child 57
68018eac46c3
     1.1 --- a/src/scanner.c	Thu Jun 01 17:33:34 2017 +0200
     1.2 +++ b/src/scanner.c	Mon Mar 19 16:36:14 2018 +0100
     1.3 @@ -163,6 +163,7 @@
     1.4          lines = 0;
     1.5          bfile = false;
     1.6          bfile_reset(settings->bfileHeuristics);
     1.7 +        regex_parser_reset(settings->regex);
     1.8          char line_buffer[REGEX_MAX_LINELENGTH];
     1.9          int line_buffer_offset = 0;
    1.10  

mercurial