Mercurial > vim
view src/proto/if_python3.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 | c052f3b79b99 |
children | cfd76908da25 |
line wrap: on
line source
/* if_python3.c */ int python3_enabled __ARGS((int verbose)); void python3_end __ARGS((void)); int python3_loaded __ARGS((void)); void ex_py3 __ARGS((exarg_T *eap)); void ex_py3file __ARGS((exarg_T *eap)); void python3_buffer_free __ARGS((buf_T *buf)); void python3_window_free __ARGS((win_T *win)); void do_py3eval __ARGS((char_u *str, typval_T *rettv)); void set_ref_in_python3 __ARGS((int copyID)); /* vim: set ft=c : */