From bc37a942debe191fffd072f0f1f2ec7c56c54b17 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 8 Oct 2024 00:14:59 -0400 Subject: [PATCH] Remove unused variable --- lua/scrollview.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/scrollview.lua b/lua/scrollview.lua index 8e360f4..4cce068 100644 --- a/lua/scrollview.lua +++ b/lua/scrollview.lua @@ -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