Mercurial > vim
annotate src/proto/if_python.pro @ 3995:c2ea289a5b7f
Added tag v7-3-752 for changeset ed936effb1f3
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 05 Dec 2012 19:00:06 +0100 |
parents | c052f3b79b99 |
children | cfd76908da25 |
rev | line source |
---|---|
7 | 1 /* if_python.c */ |
1125 | 2 int python_enabled __ARGS((int verbose)); |
3 void python_end __ARGS((void)); | |
2384
aeea25941392
Temporary solution for crashing when using both :py and :py3: disallow both in
Bram Moolenaar <bram@vim.org>
parents:
1125
diff
changeset
|
4 int python_loaded __ARGS((void)); |
1125 | 5 void ex_python __ARGS((exarg_T *eap)); |
6 void ex_pyfile __ARGS((exarg_T *eap)); | |
7 void python_buffer_free __ARGS((buf_T *buf)); | |
8 void python_window_free __ARGS((win_T *win)); | |
3618 | 9 void do_pyeval __ARGS((char_u *str, typval_T *rettv)); |
10 void set_ref_in_python __ARGS((int copyID)); | |
7 | 11 /* vim: set ft=c : */ |