mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 03:35:02 -07:00
6e01ed6a4c
Problem: Stopping a job does not work properly on OpenBSD.
Solution: Do not use getpgid() to check the process group of the job
processs ID, always pass the negative process ID to kill().
(George Koehler, closes vim/vim#3656)
|
||
---|---|---|
.. | ||
channels_spec.lua | ||
exit_spec.lua | ||
fileio_spec.lua | ||
job_spec.lua | ||
main_spec.lua | ||
path_spec.lua | ||
spellfile_spec.lua | ||
startup_spec.lua |