Skip to content

Commit

Permalink
fix(bundle): fix bundle ident-blacnkline
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysocolla committed Oct 16, 2021
1 parent 53e2a5c commit 1127b6a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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

Expand Down

0 comments on commit 1127b6a

Please sign in to comment.