Mercurial > vim
annotate src/proto/if_python.pro @ 3302:4500a0ad2e0a v7.3.418
updated for version 7.3.418
Problem: When a user complete function returns -1 an error message is
given.
Solution: When -2 is returned stop completion silently. (Yasuhiro Matsumoto)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 26 Jan 2012 18:58:38 +0100 |
parents | aeea25941392 |
children | c052f3b79b99 |
rev | line source |
---|---|
7 | 1 /* if_python.c */ |
1125 | 2 int python_enabled __ARGS((int verbose)); |
3 void python_end __ARGS((void)); | |
2384
aeea25941392
Temporary solution for crashing when using both :py and :py3: disallow both in
Bram Moolenaar <bram@vim.org>
parents:
1125
diff
changeset
|
4 int python_loaded __ARGS((void)); |
1125 | 5 void ex_python __ARGS((exarg_T *eap)); |
6 void ex_pyfile __ARGS((exarg_T *eap)); | |
7 void python_buffer_free __ARGS((buf_T *buf)); | |
8 void python_window_free __ARGS((win_T *win)); | |
7 | 9 /* vim: set ft=c : */ |