mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -48,7 +48,7 @@ describe('legacy perl provider', function()
|
||||
-- :perldo 1; doesn't change $_,
|
||||
-- the buffer should not be changed
|
||||
command('normal :perldo 1;')
|
||||
eq(false, meths.get_option_value('modified', {}))
|
||||
eq(false, meths.nvim_get_option_value('modified', {}))
|
||||
-- insert some text
|
||||
insert('abc\ndef\nghi')
|
||||
expect([[
|
||||
|
Reference in New Issue
Block a user