We're excited to share that as of Vim version 9.1.1577, Vim9 Script now supports
generic types — a powerful step toward stronger type safety
and reusability in scripting.
This feature was introduced in Pull Request
#17313 and
enables you to write reusable, type-safe functions using generic parameters.
To learn more and see usage examples, open Vim and type :h
generic-functions
.
Special thanks to Yegappan Lakshmanan for implementing this
valuable addition to Vim!
Happy Vimming!
(
Vim now supports the 'diffanchors'
option to improve the accuracy of diffing large or complex files.
This feature allows users to specify line anchors that split buffers into smaller sections. Each section is diffed separately,
resulting in more meaningful and aligned differences.
This feature was introduced in
patch v9.1.1557. Special thanks to Yee Cheng Chin for the contribution!
Happy Vimming!
(
The latest version of Vim, v9.1.1485
, introduces native clipboard support for Wayland. This long-awaited feature enhances copy/paste functionality for users running Vim in Wayland sessions.
See the GitHub pull request, commit v9.1.1485 and :h wayland
in the help page for full details.
Happy Vimming!
(