view src/proto/if_tcl.pro @ 28840:4318ef970867

Added tag v8.2.4943 for changeset b93668df916001203ad129fc1bd6786c995b939c
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 May 2022 18: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 : */