diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-07-17 12:06:31 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-07-17 12:06:31 -0300 |
commit | 953d61cbf82d5f1acd68bd1ae2101d92f5ec5492 (patch) | |
tree | d4aa1fe08ad3f0a7e27b6628aad4925cd1fbfb2a /scripts/run-api-tests.exp | |
parent | b92630c2fff7950141630f0d62b11404d0589ece (diff) | |
parent | 4dc642aa622cfac09f2f4752907137d68d8508fe (diff) | |
download | rneovim-953d61cbf82d5f1acd68bd1ae2101d92f5ec5492.tar.gz rneovim-953d61cbf82d5f1acd68bd1ae2101d92f5ec5492.tar.bz2 rneovim-953d61cbf82d5f1acd68bd1ae2101d92f5ec5492.zip |
Merge PR #895 'Core service providers...'
Diffstat (limited to 'scripts/run-api-tests.exp')
-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 |