test/old: skip python-bindeval tests

This commit is contained in:
Jan Edmund Lazo 2019-09-14 17:53:52 -04:00
parent ce3d9503b2
commit cccfc1b603
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ func Test_set_cursor()
endfunc
func Test_vim_function()
throw 'skipped: Nvim does not support vim.bindeval()'
" Check creating vim.Function object
py import vim

View File

@ -41,6 +41,7 @@ func Test_set_cursor()
endfunc
func Test_vim_function()
throw 'skipped: Nvim does not support vim.bindeval()'
" Check creating vim.Function object
py3 import vim