view src/proto/if_python3.pro @ 7414:d467ca80d3c1 v7.4.1011

commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 31 20:54:51 2015 +0100 patch 7.4.1011 Problem: Can't build with Strawberry Perl. Solution: Include stdbool.h. (Ken Takata, closes https://github.com/vim/vim/issues/328)
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Dec 2015 21:00:04 +0100
parents 38add5a3d617
children 21b0a39d13ed
line wrap: on
line source

/* 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 ex_py3do __ARGS((exarg_T *eap));
void python3_buffer_free __ARGS((buf_T *buf));
void python3_window_free __ARGS((win_T *win));
void python3_tabpage_free __ARGS((tabpage_T *tab));
void do_py3eval __ARGS((char_u *str, typval_T *rettv));
int set_ref_in_python3 __ARGS((int copyID));
/* vim: set ft=c : */