From 8ae46cbd81ee80497fe2d74b623953e5a19764dd Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Wed, 26 Aug 2026 20:25:11 -0400 Subject: [PATCH] build(vim-patch): v8.2.3589 is n/a termopen() and term_start() are not 1-1 because of Windows. See Vim's ":h job_start". ``` {command} can be a String. This works best on MS-Windows. On Unix it is split up in white space separated parts to be passed to execvp(). Arguments in double quotes can contain white space. {command} can be a List, where the first item is the executable and further items are the arguments. All items are converted to String. This works best on Unix. ``` --- scripts/vim_na_hunks_vim.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vim_na_hunks_vim.txt b/scripts/vim_na_hunks_vim.txt index d7e32dd62e..f7e0e2dca2 100644 --- a/scripts/vim_na_hunks_vim.txt +++ b/scripts/vim_na_hunks_vim.txt @@ -116,6 +116,7 @@ \*sound-functions\* \*sound_[a-zA-Z0-9]\+()\* \*term++\(close\|open\)\* +\*term_start()\* \*test_gui_[a-zA-Z0-9_]\+()\* \*v:none\* \*v:sizeof[a-z]\+\*