annotate src/proto/if_python.pro @ 34:e170173ecb68
current-release
before ack base protocol.
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Wed, 26 Nov 2008 15:02:10 +0900 |
parents |
76efa0be13f1 |
children |
c16898406ff2 |
rev |
line source |
0
|
1 /* if_python.c */
|
|
2 int python_enabled __ARGS((int verbose));
|
|
3 void python_end __ARGS((void));
|
|
4 void ex_python __ARGS((exarg_T *eap));
|
|
5 void ex_pyfile __ARGS((exarg_T *eap));
|
|
6 void python_buffer_free __ARGS((buf_T *buf));
|
|
7 void python_window_free __ARGS((win_T *win));
|
|
8 /* vim: set ft=c : */
|