Mercurial > vim
view src/proto/if_tcl.pro @ 27399:53c64ca1c4f3
Added tag v8.2.4227 for changeset 472bb63632bd2116fecb1413a5592c47c8eeb468
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 26 Jan 2022 22:45:04 +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 : */