test/functional: clean up according to luacheck (part 1)

This commit is contained in:
Marco Hinz
2015-11-17 22:44:00 +01:00
parent 32ecd75a16
commit 4a69e55f39
51 changed files with 115 additions and 137 deletions

View File

@@ -2,7 +2,7 @@ local helpers = require('test.functional.helpers')
local Screen = require('test.functional.ui.screen')
local thelpers = require('test.functional.terminal.helpers')
local feed, clear, nvim = helpers.feed, helpers.clear, helpers.nvim
local nvim_dir, execute, eq = helpers.nvim_dir, helpers.execute, helpers.eq
local nvim_dir, execute = helpers.nvim_dir, helpers.execute
local hide_cursor = thelpers.hide_cursor
local show_cursor = thelpers.show_cursor