mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 12:20:05 +08:00
fix(bundle): fix bundle ident-blacnkline
This commit is contained in:
parent
53e2a5cd84
commit
1127b6aa2a
@ -65,7 +65,7 @@ M.is_indent_blankline_enabled =
|
|||||||
if b_enabled ~= nil then
|
if b_enabled ~= nil then
|
||||||
return b_enabled
|
return b_enabled
|
||||||
end
|
end
|
||||||
if g_enabled == false then
|
if g_enabled == 0 then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user