mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Tests: fix according to lualint
This commit is contained in:
parent
e9161799bf
commit
376b973a0a
@ -1,7 +1,7 @@
|
||||
-- Tests for 'fixeol'
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
|
||||
local feed = helpers.feed
|
||||
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
|
||||
|
||||
describe('fixeol', function()
|
||||
|
Loading…
Reference in New Issue
Block a user