commit | 4ce239b0b167cbbce1fbbaeced2133bcd69ee90e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 23:00:30 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 23:00:30 2013 +0200 |
tree | 7d7f8cfeb78c175ae1eee76f543d5948f5f0871b | |
parent | 335167994849a66a6635429fb42461ad79574b2f [diff] |
updated for version 7.3.1203 Problem: Matches from matchadd() might be highlighted incorrectly when they are at a fixed position and inserting lines. (John Szakmeister) Solution: Redraw all lines below a change if there are highlighted matches. (idea by Christian Brabandt)