mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
test/functional: clean up according to luacheck (part 1)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
-- Also test "g~ap".
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
|
||||
local feed, source = helpers.feed, helpers.source
|
||||
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
|
||||
|
||||
describe('case-insensitive string comparison in UTF-8', function()
|
||||
|
||||
Reference in New Issue
Block a user