diff options
-rwxr-xr-x | scripts/run-api-tests.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run-api-tests.exp b/scripts/run-api-tests.exp index a1b7d68644..b9d37ca903 100755 --- a/scripts/run-api-tests.exp +++ b/scripts/run-api-tests.exp @@ -22,6 +22,7 @@ set nvim_id $spawn_id send { :function BeforeEachTest() set all& + let &initpython = 'python -c "import neovim; neovim.start_host()"' redir => groups silent augroup redir END |