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:
parent
45fc30e1f7
commit
cb57c350e6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user