view src/proto/if_python3.pro @ 2686:7b44c70ee8ab v7.3.104

updated for version 7.3.104 Problem: Conceal: using Tab for cchar causes problems. (ZyX) Solution: Do not accept a control character for cchar.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 Jan 2011 00:58:20 +0100
parents aeea25941392
children c052f3b79b99
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 python3_buffer_free __ARGS((buf_T *buf));
void python3_window_free __ARGS((win_T *win));
/* vim: set ft=c : */