Files
neovim/scripts
Jan Edmund Lazo 8ae46cbd81 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.
```
2026-08-26 20:25:13 -04:00
..
2025-11-18 12:35:22 -08:00