Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Oct 8, 2024
1 parent ebb79ea commit bc37a94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/scrollview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2210,7 +2210,6 @@ local refresh_bars = function()
table.insert(target_wins, winid)
end
end
local eventignore = api.nvim_get_option('eventignore')
-- Execute sign group callbacks. We don't do this when handle_mouse is
-- running, since it's not necessary and for the cursor sign, it can result
-- in incorrect positioning (keeping the cursor at the same position also
Expand Down

0 comments on commit bc37a94

Please sign in to comment.