From 3922237b1442deed48d1be32a7967e9eb6a19151 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 4 Sep 2017 08:46:10 +0200 Subject: [PATCH] test: lint --- test/functional/api/vim_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/api/vim_spec.lua b/test/functional/api/vim_spec.lua index 5566c6d8e4..252a380378 100644 --- a/test/functional/api/vim_spec.lua +++ b/test/functional/api/vim_spec.lua @@ -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")