Mercurial > vim
view src/Make_all.mak @ 33214:39bc126cc890 v9.0.1884
patch 9.0.1884: Wrong order of arguments for error messages
Commit: https://github.com/vim/vim/commit/1bd2cb11694690a77e4141bce2e34d9dfb882f1c
Author: Christ van Willegen <cvwillegen@gmail.com>
Date: Fri Sep 8 19:17:09 2023 +0200
patch 9.0.1884: Wrong order of arguments for error messages
Problem: Wrong order of arguments for error messages
Solution: Reverse order or arguments for e_aptypes_is_null_nr_str
closes: #13051
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 08 Sep 2023 19:30:05 +0200 |
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