blob: b5f1cc2b710cc8f59d2e5bcab37442f88991a695 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* if_tcl.c */
Bram Moolenaaref269542016-01-19 13:22:12 +01002void vim_tcl_init(char *arg);
3int tcl_enabled(int verbose);
Bram Moolenaard21e5bd2022-06-27 22:52:43 +01004void vim_tcl_finalize(void);
Bram Moolenaaref269542016-01-19 13:22:12 +01005void tcl_end(void);
6void ex_tcl(exarg_T *eap);
7void ex_tclfile(exarg_T *eap);
8void ex_tcldo(exarg_T *eap);
9void tcl_buffer_free(buf_T *buf);
10void tcl_window_free(win_T *win);
Bram Moolenaar071d4272004-06-13 20:20:40 +000011/* vim: set ft=c : */