From 833e58341c0e99e364c64c3cc59f15afbb8b3fb3 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 16 Aug 2026 21:12:14 -0400 Subject: [PATCH] build(vim-patch): n/a ":terminal" opts Target v8.1.2195 . Nvim did not port Vim's ":terminal" opts. Incompatible implementations. Ex-command was ported from C to Lua. Vim needs them partly because of splitting the current window. I keep forgetting `++close` option so I either run ":qall!" or kill the parent process (ie. terminal emulator). Unsatisfied users should create their Ex-command that runs jobstart(). --- 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 d762fee07e..83efbbf5b1 100644 --- a/scripts/vim_na_hunks_vim.txt +++ b/scripts/vim_na_hunks_vim.txt @@ -104,6 +104,7 @@ \*popup-window-functions\* \*sound-functions\* \*sound_[a-zA-Z0-9]\+()\* +\*term++\(close\|open\)\* \*test_gui_[a-zA-Z0-9_]\+()\* \*v:none\* \*v:sizeof[a-z]\+\*