Mercurial > vim
view src/proto/if_tcl.pro @ 30669:de319bf98a39 v9.0.0669
patch 9.0.0669: too many delete() calls in tests
Commit: https://github.com/vim/vim/commit/db77cb3c08784e6038dd029271b2080c1b2d9acb
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Oct 5 21:45:30 2022 +0100
patch 9.0.0669: too many delete() calls in tests
Problem: Too many delete() calls in tests.
Solution: Use deferred delete where possible.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 05 Oct 2022 23:00:04 +0200 |
parents | f103da6ba95f |
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 : */