mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 17:11:48 +00:00
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:
@@ -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]\+\*
|
||||
|
||||
Reference in New Issue
Block a user