mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -22,7 +22,7 @@ describe('matchparen', function()
|
||||
|
||||
it('uses correct column after i_<Up>. Vim patch 7.4.1296', function()
|
||||
command('set noautoindent nosmartindent nocindent laststatus=0')
|
||||
eq(1, meths.get_var('loaded_matchparen'))
|
||||
eq(1, meths.nvim_get_var('loaded_matchparen'))
|
||||
feed('ivoid f_test()<cr>')
|
||||
feed('{<cr>')
|
||||
feed('}')
|
||||
|
||||
Reference in New Issue
Block a user