Skip to content

Commit

Permalink
fix: error: not allowed in sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed May 27, 2023
1 parent 0be993d commit 0624308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dropbar/bar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function dropbar_t:redraw()
self:truncate()
end
self.string_cache = self:cat()
vim.cmd.redrawstatus()
vim.cmd('silent! redrawstatus')
end

---Update dropbar components from sources and redraw dropbar, supposed to be
Expand Down

0 comments on commit 0624308

Please sign in to comment.