summaryrefslogtreecommitdiff
path: root/src/proto/if_python3.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-24 15:42:14 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-24 15:42:14 +0200
commit4c3a326c53c27f67f7ce8e1bbabc684c74a06634 (patch)
treeca1b71d592f347fbd3c7f7feb94a3e72e7201fd2 /src/proto/if_python3.pro
parent2a7e2a62543126d75525d861c3417ac9bb209159 (diff)
downloadvim-git-4c3a326c53c27f67f7ce8e1bbabc684c74a06634.tar.gz
Temporary solution for crashing when using both :py and :py3: disallow both in
one session.
Diffstat (limited to 'src/proto/if_python3.pro')
-rw-r--r--src/proto/if_python3.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/if_python3.pro b/src/proto/if_python3.pro
index f9921e1c9..9c132c3dc 100644
--- a/src/proto/if_python3.pro
+++ b/src/proto/if_python3.pro
@@ -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));