mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
test: rename (meths, funcs) -> (api, fn)
This commit is contained in:
@@ -2,7 +2,7 @@ local helpers = require('test.functional.helpers')(after_each)
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
local clear = helpers.clear
|
||||
local feed = helpers.feed
|
||||
local funcs = helpers.funcs
|
||||
local fn = helpers.fn
|
||||
|
||||
before_each(clear)
|
||||
|
||||
@@ -15,7 +15,7 @@ describe(':move', function()
|
||||
})
|
||||
screen:attach()
|
||||
|
||||
funcs.setline(1, { 'First', 'Second', 'Third', 'Fourth' })
|
||||
fn.setline(1, { 'First', 'Second', 'Third', 'Fourth' })
|
||||
feed('gg:move +1<CR>')
|
||||
screen:expect([[
|
||||
Second |
|
||||
|
||||
Reference in New Issue
Block a user