Mercurial > vim
view src/Make_all.mak @ 27055:d4e7e3d82e78 v8.2.4056
patch 8.2.4056: Vim9: memory leak when exporting function in autoload script
Commit: https://github.com/vim/vim/commit/6990b78f253eb7f3ebd296fd5c8353e3da1cc8f2
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 10 19:21:06 2022 +0000
patch 8.2.4056: Vim9: memory leak when exporting function in autoload script
Problem: Vim9: memory leak when exporting function in autoload script.
Solution: Fee the name if replacing it.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 10 Jan 2022 20:30:04 +0100 |
parents | 1e76da634877 |
children |
line wrap: on
line source
# # Common Makefile, defines the list of tests to run and other things. # # Argument for running ctags. TAGS_FILES = \ *.c \ *.cc \ *.cpp \ *.h \ auto/*.c \ libvterm/src/*.c \ libvterm/src/*.h \ libvterm/include/*.h \ xdiff/*.c \ xdiff/*.h