1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

fix(typo): fix typo in a.lua

This commit is contained in:
wsdjeg 2022-11-05 22:36:14 +08:00
parent 45fc30e1f7
commit cb57c350e6

View File

@ -53,7 +53,7 @@ function M.set_config_name(path, name)
end
function M.alt(request_parse, ...)
local argvs = {...}
local argv = {...}
local alt_type = argv[1] or 'alternate'
local alt = nil
if fn.exists('b:alternate_file_config') ~= 1 then