mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
test/old: skip python-bindeval tests
This commit is contained in:
parent
ce3d9503b2
commit
cccfc1b603
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user