mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
Satisfy testlint.
For that, make luatest ignore the preload.lua files.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local helpers = require('test.functional.helpers')
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
local clear, feed, execute = helpers.clear, helpers.feed, helpers.execute
|
||||
local clear, execute = helpers.clear, helpers.execute
|
||||
|
||||
describe("'shortmess'", function()
|
||||
local screen
|
||||
|
||||
Reference in New Issue
Block a user