]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0481: Vim9: term_getjob() throws an exception on error v9.1.0481
authorErnie Rael <errael@raelity.com>
Thu, 13 Jun 2024 15:24:54 +0000 (17:24 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 13 Jun 2024 15:24:54 +0000 (17:24 +0200)
commita78eb25db3089b864dab8a9cc6c9e5270bf09644
treec0c21d7aaad485d229e21a6756317989a0cd04ff
parent1c296026627d7ac8195e803b4c2393c21ae659b4
patch 9.1.0481: Vim9: term_getjob() throws an exception on error

Problem:  Vim9: term_getjob() throws an exception on error
Solution: Return null_job instead, when there is no job
          (Ernie Rael)

closes: #14984

Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/terminal.txt
src/terminal.c
src/testdir/test_vim9_builtin.vim
src/version.c