forked from aniani/vim
Temporary solution for crashing when using both :py and :py3: disallow both in
one session.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* 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));
|
||||
|
||||
Reference in New Issue
Block a user