mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
Change test because maparg was changed to also return lnum
This commit is contained in:
@@ -21,6 +21,7 @@ describe('maparg()', function()
|
||||
nowait=0,
|
||||
mode='n',
|
||||
noremap=1,
|
||||
lnum=0,
|
||||
}
|
||||
|
||||
it('returns a dictionary', function()
|
||||
@@ -148,6 +149,7 @@ describe('maparg()', function()
|
||||
nowait = 0,
|
||||
sid = 0,
|
||||
silent = 0,
|
||||
lnum = 0,
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user