]> granicus.if.org Git - vim/commit
updated for version 7.3.1203 v7.3.1203
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Jun 2013 21:00:30 +0000 (23:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Jun 2013 21:00:30 +0000 (23:00 +0200)
commit4ce239b0b167cbbce1fbbaeced2133bcd69ee90e
tree7d7f8cfeb78c175ae1eee76f543d5948f5f0871b
parent335167994849a66a6635429fb42461ad79574b2f
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)
src/screen.c
src/version.c