summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-10-18 11:37:04 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-10-18 11:37:04 +0100
commit2cd0ce41ac8678a766b8838d37bc0a54a9935b95 (patch)
tree28aa324448358a4db3d8eb5a55a339deb5eaa971 /src/input_handler.cc
parent832e9155fa95b7f98d3ce42e64b888588c1de8aa (diff)
Do not try to extend last match when updating regex matches
It does not work well with regexes starting with a lookbehind, as we would need to reparse from further away, leading to the last match just being removed. It seems safer not to remove it, as the motivating use case (multiline macros) is better left to regions anyway. Fixes #440
Diffstat (limited to 'src/input_handler.cc')
0 files changed, 0 insertions, 0 deletions