MacVim r181.1 (prerelease)
Pre-release
Pre-release
Updated to Vim 9.1.1251
This Vim update contains a new diff highlight mode to allow per-character/word diff from v9.1.1243 (use :set diffopt+=inline:char
to enable). Feel free to try it out and use it as a Git diff tool! (git difftool --tool=gvimdiff
)
This is a pre-release version of MacVim. To use the latest stable release, see https://github.com/macvim-dev/macvim/releases/latest
What's Changed
What's Changed
- Support extra side mouse buttons in MacVim (X1 and X2) by @ychin in #1534
- Add better scroll wheel support and option to disable acceleration by @ychin in #1566
- Remove Colors.plist and fix CI by @ychin in #1568
- Fix macOS services no longer able to insert texts in non-Visual modes by @ychin in #1571
Full Changelog: release-181...prerelease-181.1