Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Jul 6, 2024
1 parent 22bdaa9 commit 15060b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/scrollview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2872,7 +2872,7 @@ local handle_mouse = function(button, primary)
menu_slots_available - mousepos.screenrow,
mousepos.screenrow - 1
)
-- WARN: menu_get can have issues if used with multiple modes
-- WARN: menu_info can have issues if used with multiple modes
-- (Vim Issue #15154).
menu_slots_available = menu_slots_available
- #fn.menu_info(menu_name).submenus
Expand Down

0 comments on commit 15060b6

Please sign in to comment.