1- *version9.txt* For Vim version 9.1. Last change: 2025 Oct 14
1+ *version9.txt* For Vim version 9.1. Last change: 2025 Nov 01
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52,7 +52,7 @@ remember him!
5252Vim version 9.1 is dedicated to Bram Moolenaar, who passed away on August 3rd
53532023 while still working full-time on Vim. The Vim project would not exist
5454without his ongoing passion to lead and develop Vim and the community for more
55- than 30 years. Bram was also passionate about his | ICCF| foundation to help
55+ than 30 years. Bram was also passionate about his ICCF foundation to help
5656children in Uganda. If you enjoy using Vim, please consider donating! We will
5757miss his guidance, passion and leadership.
5858
@@ -41653,8 +41653,6 @@ Other new features ~
4165341653
4165441654- |items()| function now supports Blob.
4165541655
41656- - |clipboard-providers| support.
41657-
4165841656 *changed-9.2*
4165941657Changed~
4166041658-------
@@ -41785,6 +41783,11 @@ Others: ~
4178541783- Vim triggers the |TermResponseAll| autocommand for any terminal OSC value.
4178641784- Support CTRL-B and CTRL-F in the |more-prompt|.
4178741785
41786+
41787+ Not Vim related~
41788+ - Updated sponsorship documentation to replace references to ICCF with Kuwasha
41789+ International Development Society as Vim's designated charity.
41790+
4178841791 *added-9.2*
4178941792Added ~
4179041793-----
@@ -41903,15 +41906,14 @@ Options: ~
4190341906
4190441907Vim Variables: ~
4190541908|v:clipmethod| The current 'clipmethod'.
41906- |v:clipproviders| A dictionary containing clipboard providers
41907- information.
4190841909|v:stacktrace| The most recent caught exception.
4190941910|v:t_enumvalue| Value of |enumvalue|.
4191041911|v:t_enum| Value of |enum| type.
4191141912|v:t_tuple| Value of |Tuple| type.
4191241913|v:termda1| The escape sequence returned for the primary device
4191341914 attribute query (DA1).
4191441915|v:termosc| The most recent received OSC response.
41916+ |v:vim_did_init| Set once Vim finishes startup initialization.
4191541917|v:wayland_display| The name of the Wayland display Vim is connected to.
4191641918
4191741919Vim Arguments: ~
@@ -41923,8 +41925,6 @@ Configure Switches: ~
4192341925--enable-wayland-focus-steal Enable the |wayland-focus-steal| feature.
4192441926--enable-socketserver Enable the |socketserver-clientserver|
4192541927 feature.
41926- --enable-clipboard-provider Enable the |clipboard-providers| feature.
41927-
4192841928
4192941929==============================================================================
4193041930INCOMPATIBLE CHANGES *incompatible-9.2*
0 commit comments