mirror of
https://github.com/neovim/neovim.git
synced 2026-09-04 13:20:34 +00:00
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.
```
This commit is contained in:
@@ -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]\+\*
|
||||
|
||||
Reference in New Issue
Block a user