fixup! startup: handle autoload and lua packages during startup

This commit is contained in:
Jan Edmund Lazo
2020-11-02 22:37:07 -05:00
parent 1b728490d3
commit 0d9fa42d83

View File

@@ -3,7 +3,6 @@ local helpers = require('test.functional.helpers')(after_each)
local Screen = require('test.functional.ui.screen')
local eq = helpers.eq
local neq = helpers.neq
local NIL = helpers.NIL
local feed = helpers.feed
local clear = helpers.clear
@@ -13,7 +12,6 @@ local iswin = helpers.iswin
local command = helpers.command
local write_file = helpers.write_file
local redir_exec = helpers.redir_exec
local alter_slashes = helpers.alter_slashes
local exec_lua = helpers.exec_lua
local screen