Mercurial > vim
view src/proto/if_python.pro @ 4099:77fa4dee43fc v7.3.803
updated for version 7.3.803
Problem: Substitute with confirmation and then "q" does not replace
anything. (John McGowan)
Solution: Do not break the loop, skip to the end.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 06 Feb 2013 18:24:02 +0100 |
parents | c052f3b79b99 |
children | cfd76908da25 |
line wrap: on
line source
/* if_python.c */ int python_enabled __ARGS((int verbose)); void python_end __ARGS((void)); int python_loaded __ARGS((void)); void ex_python __ARGS((exarg_T *eap)); void ex_pyfile __ARGS((exarg_T *eap)); void python_buffer_free __ARGS((buf_T *buf)); void python_window_free __ARGS((win_T *win)); void do_pyeval __ARGS((char_u *str, typval_T *rettv)); void set_ref_in_python __ARGS((int copyID)); /* vim: set ft=c : */