Update runtime files. Add support for J.

This commit is contained in:
Bram Moolenaar
2013-09-22 14:42:24 +02:00
parent 595cad2ea1
commit baca7f705b
21 changed files with 1131 additions and 1331 deletions

View File

@ -2395,7 +2395,7 @@ with special attributes were redrawn. Now only do this for characters that
actually are bold. Speeds up displaying considerably.
When only highlighting changes and the text is scrolled at the same time
everything is redraw instead of using a scroll and updating the changed text.
everything is redrawn instead of using a scroll and updating the changed text.
E.g., when using ":match" to highlight a paren that the cursor landed on.
Added SOME_VALID: Redraw the whole window but also try to scroll to minimize
redrawing.