mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-09 20:26:37 +01:00
9 lines
290 B
C
9 lines
290 B
C
/* if_python.c */
|
|
int python3_enabled __ARGS((int verbose));
|
|
void python3_end __ARGS((void));
|
|
void ex_python3 __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));
|
|
/* vim: set ft=c : */
|