From ba32f106323c7ae990e6a1e4232dca9c26b4bec2 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Wed, 19 Aug 2026 00:07:57 -0400 Subject: [PATCH] build(vim-patch): vim9 parse_argument_types is n/a Vim9script has incompatible lambda syntax to support argument types. Target v9.1.0270. --- scripts/vim_na_hunks_c.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vim_na_hunks_c.txt b/scripts/vim_na_hunks_c.txt index e6e81fb499..63788b6477 100644 --- a/scripts/vim_na_hunks_c.txt +++ b/scripts/vim_na_hunks_c.txt @@ -49,6 +49,7 @@ ^mch_job_[a-z]\+( ^mch_[_a-z]\+_job(job_T ^mem_[a-zA-Z0-9_]\+( +^parse_argument_types( ^parse_queued_messages( ^restore_buffer(bufref_T ^static int included_patches\[\] =