Mercurial > vim
view src/proto/if_tcl.pro @ 28653:94f2550a1af1
Added tag v8.2.4850 for changeset 27dcbe70e1f0bf400484d81aa0ddc22b71008d19
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 30 Apr 2022 17:15: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 : */