]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0103: using null object with execute() has strange effects v8.2.0103
authorBram Moolenaar <Bram@vim.org>
Wed, 8 Jan 2020 18:32:18 +0000 (19:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 Jan 2020 18:32:18 +0000 (19:32 +0100)
commite2a8f0773e91685843c062b1e48259712d5f2213
treeb661b7284f61ee607bbb0a2576b398ddb86fc13b
parentda292b07afb7ea5ec9f4b43a7326551922e29f3a
patch 8.2.0103: using null object with execute() has strange effects

Problem:    Using null object with execute() has strange effects.
Solution:   Give an error message ofr Job and Channel.
src/eval.c
src/evalfunc.c
src/globals.h
src/testdir/test_execute_func.vim
src/version.c