Mercurial > vim
view src/proto/if_tcl.pro @ 28791:4d35a70c3d5c
Added tag v8.2.4919 for changeset a161c262e94797d8a3bbd27031db4c3e8d449f60
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 08 May 2022 23:45:03 +0200 |
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 : */