aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-06-26 18:27:01 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-07-17 11:37:41 -0300
commit486c8e37c17e4aa89fa9ef7e0c682b659a5a8a82 (patch)
tree08768b45ebf42eb2c0594cc3d506672213eb3201 /src/nvim/testdir
parent8a091e7f5c58a27fb3af1de76284430e812c95b5 (diff)
downloadrneovim-486c8e37c17e4aa89fa9ef7e0c682b659a5a8a82.tar.gz
rneovim-486c8e37c17e4aa89fa9ef7e0c682b659a5a8a82.tar.bz2
rneovim-486c8e37c17e4aa89fa9ef7e0c682b659a5a8a82.zip
provider: Add support for python commands/functions
This uses the provider/scripting infrastructure to reintroduce python support through the msgpack-rpc API. A new 'initpython' option was added, and it must be set to a command that will bootstrap the python provider the first time it's needed.
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/test86.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test86.in b/src/nvim/testdir/test86.in
index 240e07e477..ecb06bafd3 100644
--- a/src/nvim/testdir/test86.in
+++ b/src/nvim/testdir/test86.in
@@ -9,7 +9,7 @@ STARTTEST
:so small.vim
:set encoding=latin1
:set noswapfile
-:if !has('python') | e! test.ok | wq! test.out | endif
+:if !has('python') || has('neovim') | e! test.ok | wq! test.out | endif
:lang C
:fun Test()
:py import vim