From 7085ea07d8e5f976260476f2e84c38b3a3bf0407 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 19 Sep 2015 20:57:49 +0300 Subject: functests: Move exc_exec to test.functional.helpers --- test/functional/shada/merging_spec.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/functional/shada/merging_spec.lua') diff --git a/test/functional/shada/merging_spec.lua b/test/functional/shada/merging_spec.lua index 9d0d00f5c6..f7a3c4d9ca 100644 --- a/test/functional/shada/merging_spec.lua +++ b/test/functional/shada/merging_spec.lua @@ -3,12 +3,12 @@ local helpers = require('test.functional.helpers') local nvim, nvim_window, nvim_curwin, nvim_command, nvim_feed, nvim_eval, eq = helpers.nvim, helpers.window, helpers.curwin, helpers.command, helpers.feed, helpers.eval, helpers.eq +local exc_exec = helpers.exc_exec local shada_helpers = require('test.functional.shada.helpers') -local reset, set_additional_cmd, clear, exc_exec, get_shada_rw = +local reset, set_additional_cmd, clear, get_shada_rw = shada_helpers.reset, shada_helpers.set_additional_cmd, - shada_helpers.clear, shada_helpers.exc_exec, - shada_helpers.get_shada_rw + shada_helpers.clear, shada_helpers.get_shada_rw local read_shada_file = shada_helpers.read_shada_file local wshada, sdrcmd, shada_fname = -- cgit