Mercurial > vim
view src/proto/if_tcl.pro @ 26985:a770f305b835
Added tag v8.2.4021 for changeset 8dc4782b60ffad5c4d3bc66d01a2b2a3d3a581fa
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 06 Jan 2022 22:45:05 +0100 |
parents | 9a1b96ae26d1 |
children | f103da6ba95f |
line wrap: on
line source
/* if_tcl.c */ void vim_tcl_init(char *arg); void vim_tcl_finalize(void); int tcl_enabled(int verbose); void tcl_end(void); void ex_tcl(exarg_T *eap); void ex_tclfile(exarg_T *eap); void ex_tcldo(exarg_T *eap); void tcl_buffer_free(buf_T *buf); void tcl_window_free(win_T *win); /* vim: set ft=c : */