view src/proto/if_python3.pro @ 2350:06feaf4fe36a vim73

Rename some "python3" symbols to "py3", as the command name. Documentation updates.
author Bram Moolenaar <bram@vim.org>
date Mon, 19 Jul 2010 20:46:22 +0200
parents 99c1eba60b2d
children aeea25941392
line wrap: on
line source

/* if_python3.c */
int python3_enabled __ARGS((int verbose));
void python3_end __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 : */