mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -12,7 +12,7 @@ describe('Vim script', function()
|
||||
it('Error when if/for/while/try/function is nested too deep', function()
|
||||
local screen = Screen.new(80, 24)
|
||||
screen:attach()
|
||||
meths.set_option_value('laststatus', 2, {})
|
||||
meths.nvim_set_option_value('laststatus', 2, {})
|
||||
exec([[
|
||||
" Deep nesting of if ... endif
|
||||
func Test1()
|
||||
|
Reference in New Issue
Block a user