Fix #70: overlapping keyword matches show reminder text for both keywords, now longest match is used

This commit is contained in:
Twan van Laarhoven
2020-06-09 23:58:12 +02:00
parent e69e658284
commit f97cf4236d
2 changed files with 15 additions and 12 deletions
+3 -1
View File
@@ -7,7 +7,9 @@
------------------------------------------------------------------------------
Bug fixes:
* Fixed keywords after atoms (#67)
* Fixed: keywords after atoms were not showing up (#67)
* Fixed: multiple keywords that matched in the same place both showed reminder text. (#70)
Now, when there are overlapping matches the longest one is used.
------------------------------------------------------------------------------
-- 2.1.0, 2020-06-01