From 5c0aad57f92d2a6bebc1cb17655dd8a56f4bcd3f Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 15 Oct 2025 21:49:10 -0400 Subject: revert local_program() This reverts https://github.com/mesonbuild/meson/pull/15107 Explicit objections regarding the design were raised and not answered, so it shouldn't have been merged. It needs to be discussed and revisited. --- data/syntax-highlighting/vim/syntax/meson.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'data') diff --git a/data/syntax-highlighting/vim/syntax/meson.vim b/data/syntax-highlighting/vim/syntax/meson.vim index c4181c3f1..905e9fe64 100644 --- a/data/syntax-highlighting/vim/syntax/meson.vim +++ b/data/syntax-highlighting/vim/syntax/meson.vim @@ -93,7 +93,6 @@ syn keyword mesonBuiltin \ executable \ files \ find_program - \ local_program \ generator \ get_option \ get_variable -- cgit v1.2.3