diff options
Diffstat (limited to 'mnv/src/proto/if_python3.pro')
| -rw-r--r-- | mnv/src/proto/if_python3.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mnv/src/proto/if_python3.pro b/mnv/src/proto/if_python3.pro new file mode 100644 index 0000000000..0050921d80 --- /dev/null +++ b/mnv/src/proto/if_python3.pro @@ -0,0 +1,14 @@ +/* if_python3.c */ +int python3_enabled(int verbose); +void python3_end(void); +int python3_loaded(void); +void ex_py3(exarg_T *eap); +void ex_py3file(exarg_T *eap); +void ex_py3do(exarg_T *eap); +void python3_buffer_free(buf_T *buf); +void python3_window_free(win_T *win); +void python3_tabpage_free(tabpage_T *tab); +void do_py3eval(char_u *str, dict_T *locals, typval_T *rettv); +int set_ref_in_python3(int copyID); +int python3_version(void); +/* mnv: set ft=c : */ |
