]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.829 v7.3.829
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2013 17:39:13 +0000 (18:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2013 17:39:13 +0000 (18:39 +0100)
commit187d3acb7fbb82266802db9dc3c659f8b725fbd0
tree1d1957548565993fb3a151743786b1225a04609f
parent8738fc1be888d73fb4fe302cf085c0bcf4f52e91
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)
src/search.c
src/version.c