view src/proto/if_tcl.pro @ 29310:f103da6ba95f v8.2.5171

patch 8.2.5171: dependencies and proto files are outdated Commit: https://github.com/vim/vim/commit/d21e5bde7c74eab8b10fddc30d12a313c7e7dcd0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 27 22:52:43 2022 +0100 patch 8.2.5171: dependencies and proto files are outdated Problem: Dependencies and proto files are outdated. Solution: Update dependencies and proto files. Avoid errors.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jun 2022 00:00:15 +0200
parents 9a1b96ae26d1
children
line wrap: on
line source

/* if_tcl.c */
void vim_tcl_init(char *arg);
int tcl_enabled(int verbose);
void vim_tcl_finalize(void);
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 : */