mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:20:06 +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
|
||||
return b_enabled
|
||||
end
|
||||
if g_enabled == false then
|
||||
if g_enabled == 0 then
|
||||
return false
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user