Mercurial > vim
view src/Make_all.mak @ 27595:d504745607bc v8.2.4324
patch 8.2.4324: Vim9: script-local function name can start with "_"
Commit: https://github.com/vim/vim/commit/3787f26c2ed33732a36f26ebe46faeebfe0151af
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 7 21:54:01 2022 +0000
patch 8.2.4324: Vim9: script-local function name can start with "_"
Problem: Vim9: script-local function name can start with "_".
Solution: Check for leading capital after "s:". Correct error message.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 07 Feb 2022 23:00:03 +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