1
0
forked from aniani/vim

updated for version 7.3.829

Problem:    When compiled with the +rightleft feature 'showmatch' also shows a
            match for the opening paren.  When 'revins' is set the screen may
            scroll.
Solution:   Only check the opening paren when the +rightleft feature was
            enabled.  Do not show a match that is not visible. (partly by
            Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2013-02-20 18:39:13 +01:00
parent 8738fc1be8
commit 187d3acb7f
2 changed files with 5 additions and 5 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
829,
/**/
828,
/**/