mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: lint
This commit is contained in:
parent
541dde36e3
commit
3922237b14
@ -382,7 +382,7 @@ describe('api', function()
|
||||
helpers.expect([[
|
||||
FIRST LINE
|
||||
SECOND LINE]])
|
||||
eq('it worked...', eval('g:foo'))
|
||||
eq('it worked...', helpers.eval('g:foo'))
|
||||
end)
|
||||
it('does not complete/interrupt insert-mode mapping', function()
|
||||
command("inoremap xx foo")
|
||||
|
Loading…
Reference in New Issue
Block a user