Mercurial > vim
view src/Make_all.mak @ 28173:b0c885507de4 v8.2.4612
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function
Commit: https://github.com/vim/vim/commit/a915fa010330ee7212e06d3511acd363d04d2d28
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Mar 23 11:29:15 2022 +0000
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function
Problem: Vim9: cannot use a recursive call in a nested function. (Sergey
Vlasov)
Solution: Define the funcref before compiling the function. (closes #9989)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 23 Mar 2022 12: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