mirror of
https://github.com/neovim/neovim.git
synced 2025-12-05 22:22:44 +00:00
test/functional: clean up according to luacheck (part 1)
This commit is contained in:
@@ -8,7 +8,6 @@ describe('mappings', function()
|
||||
local cid
|
||||
|
||||
local add_mapping = function(mapping, send)
|
||||
local str = 'mapped '..mapping
|
||||
local cmd = "nnoremap "..mapping.." :call rpcnotify("..cid..", 'mapped', '"
|
||||
..send:gsub('<', '<lt>').."')<cr>"
|
||||
execute(cmd)
|
||||
|
||||
Reference in New Issue
Block a user