| commit | 187d3acb7fbb82266802db9dc3c659f8b725fbd0 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 18:39:13 2013 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 18:39:13 2013 +0100 |
| tree | 1d1957548565993fb3a151743786b1225a04609f | |
| parent | 8738fc1be888d73fb4fe302cf085c0bcf4f52e91 [diff] |
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)