From 4f6df65f02b23077b9f146a11af08b9066a707ca Mon Sep 17 00:00:00 2001 From: erw7 Date: Wed, 28 Aug 2019 14:19:06 +0900 Subject: Change test because maparg was changed to also return lnum --- test/functional/eval/map_functions_spec.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/eval/map_functions_spec.lua') diff --git a/test/functional/eval/map_functions_spec.lua b/test/functional/eval/map_functions_spec.lua index e914f674aa..2747a94570 100644 --- a/test/functional/eval/map_functions_spec.lua +++ b/test/functional/eval/map_functions_spec.lua @@ -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 -- cgit