mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
test: rename (meths, funcs) -> (api, fn)
This commit is contained in:
@@ -3,7 +3,7 @@ local Screen = require('test.functional.ui.screen')
|
||||
|
||||
local clear = helpers.clear
|
||||
local command = helpers.command
|
||||
local meths = helpers.meths
|
||||
local api = helpers.api
|
||||
local feed = helpers.feed
|
||||
local eq = helpers.eq
|
||||
|
||||
@@ -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.nvim_get_var('loaded_matchparen'))
|
||||
eq(1, api.nvim_get_var('loaded_matchparen'))
|
||||
feed('ivoid f_test()<cr>')
|
||||
feed('{<cr>')
|
||||
feed('}')
|
||||
|
||||
Reference in New Issue
Block a user