aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/matchparen_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/plugin/matchparen_spec.lua')
-rw-r--r--test/functional/plugin/matchparen_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/plugin/matchparen_spec.lua b/test/functional/plugin/matchparen_spec.lua
index 1c4e11d30b..2bda41359b 100644
--- a/test/functional/plugin/matchparen_spec.lua
+++ b/test/functional/plugin/matchparen_spec.lua
@@ -22,7 +22,7 @@ describe('matchparen', function()
it('uses correct column after i_<Up>. Vim patch 7.4.1296', function()
command('set noautoindent nosmartindent nocindent laststatus=0')
- eq(1, meths.get_var('loaded_matchparen'))
+ eq(1, meths.nvim_get_var('loaded_matchparen'))
feed('ivoid f_test()<cr>')
feed('{<cr>')
feed('}')