vim-patch:8.2.0551: not all code for options is tested

Problem:    Not all code for options is tested.
Solution:   Add more tests. (Yegappan Lakshmanan, closes vim/vim#5913)

1363a30cef
This commit is contained in:
zeertzjq
2023-04-29 07:51:58 +08:00
parent 1290121722
commit 291fd767e3
5 changed files with 142 additions and 4 deletions

View File

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