Vim 9.0 released
Version 9.0 of the Vim texteditor has been released. The biggest change would appear to be theaddition of the "Vim9 Script" language for editor customization:
The main goal of Vim9 script is to drastically improveperformance. This is accomplished by compiling commands intoinstructions that can be efficiently executed. An increase inexecution speed of 10 to 100 times can be expected.A secondary goal is to avoid Vim-specific constructs and get closerto commonly used programming languages, such as JavaScript,TypeScript and Java.