Mercurial > vim
view src/proto/os_qnx.pro @ 4153:7728d626ae03 v7.3.829
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)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 20 Feb 2013 18:39:13 +0100 |
parents | 3fc0f57ecb91 |
children | 744c66477ba9 |
line wrap: on
line source
/* os_qnx.c */ void qnx_init __ARGS((void)); void qnx_clip_init __ARGS((void)); int clip_mch_own_selection __ARGS((VimClipboard *cbd)); void clip_mch_lose_selection __ARGS((VimClipboard *cbd)); void clip_mch_request_selection __ARGS((VimClipboard *cbd)); void clip_mch_set_selection __ARGS((VimClipboard *cbd)); /* vim: set ft=c : */