mirror of
https://github.com/vim/vim.git
synced 2025-08-26 20:03:41 -04:00
10 lines
322 B
C
10 lines
322 B
C
/* 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));
|
|
/* vim: set ft=c : */
|