Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-19 | patch 7.4.745 | Bram Moolenaar | |
Problem: The entries added by matchaddpos() are returned by getmatches() but can't be set with setmatches(). (Lcd) Solution: Fix setmatches(). (Christian Brabandt) | |||
2014-08-16 | updated for version 7.4.405 | Bram Moolenaar | |
Problem: Screen updating is slow when using matches. Solution: Do not use the ">=" as in patch 7.4.362, check the lnum. | |||
2014-06-17 | updated for version 7.4.330 | Bram Moolenaar | |
Problem: Using a regexp pattern to highlight a specific position can be slow. Solution: Add matchaddpos() to highlight specific positions efficiently. (Alexey Radkov) | |||
2007-07-26 | updated for version 7.1-040 | Bram Moolenaar | |
2007-07-25 | updated for version 7.1-039 | Bram Moolenaar | |