Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Jul 6, 2024
1 parent 15060b6 commit afc6770
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/scrollview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2883,8 +2883,6 @@ local handle_mouse = function(button, primary)
break
end
lhs = menu_name .. '.' .. line
local parent_winnr =
api.nvim_win_get_number(sign_props.parent_winid)
rhs = string.format(
'<cmd>call win_execute(%d, "normal! %dG")<cr>',
sign_props.parent_winid,
Expand Down

0 comments on commit afc6770

Please sign in to comment.