Mercurial > vim
view src/proto/if_python.pro @ 923:b31702c473ae v7.0.049
updated for version 7.0-049
author | vimboss |
---|---|
date | Tue, 08 Aug 2006 18:54:11 +0000 |
parents | d8f905020502 |
children | 96cd8222a819 |
line wrap: on
line source
/* if_python.c */ extern int python_enabled __ARGS((int verbose)); extern void python_end __ARGS((void)); extern void ex_python __ARGS((exarg_T *eap)); extern void ex_pyfile __ARGS((exarg_T *eap)); extern void python_buffer_free __ARGS((buf_T *buf)); extern void python_window_free __ARGS((win_T *win)); /* vim: set ft=c : */