mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 03:58:32 +00:00

Problem: Since right-click can now show a popup menu, we can provide messaging to guide users who expect 'mouse' to be disabled by default. So 'mouse' can now be enabled by default. Solution: Do it. Closes #15521