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().
This commit is contained in:
Jan Edmund Lazo
2026-08-16 21:12:14 -04:00
parent 1e153b9a1c
commit 833e58341c

View File

@@ -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]\+\*