mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -410,9 +410,9 @@ describe('messages', function()
|
||||
screen:attach()
|
||||
|
||||
command('cd ' .. nvim_dir)
|
||||
meths.set_option_value('shell', './shell-test', {})
|
||||
meths.set_option_value('shellcmdflag', 'REP 20', {})
|
||||
meths.set_option_value('shellxquote', '', {}) -- win: avoid extra quotes
|
||||
meths.nvim_set_option_value('shell', './shell-test', {})
|
||||
meths.nvim_set_option_value('shellcmdflag', 'REP 20', {})
|
||||
meths.nvim_set_option_value('shellxquote', '', {}) -- win: avoid extra quotes
|
||||
|
||||
-- display a page and go back, results in exactly the same view
|
||||
feed([[:4 verbose echo system('foo')<CR>]])
|
||||
|
||||
Reference in New Issue
Block a user