Skip to content

Commit 60a3ad9

Browse files
committed
Remove redundant timer_running change
1 parent 0f29b97 commit 60a3ad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/lsp-status/redraw.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ local function redraw()
1616
local now = vim.loop.now()
1717
if last_redraw == nil or now - last_redraw >= config.update_interval then
1818
vim.loop.timer_stop(timer)
19-
timer_going = false
2019
redraw_callback(now)
2120
elseif not timer_going then
2221
timer_going = true

0 commit comments

Comments
 (0)