1
- *version9.txt* For Vim version 9.1. Last change: 2025 Jul 08
1
+ *version9.txt* For Vim version 9.1. Last change: 2025 Jul 10
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41598,41 +41598,41 @@ Completion~
41598
41598
41599
41599
Platform specific~
41600
41600
-----------------
41601
- Support for Wayland UI and support for the Wayland clipboard has been added.
41601
+ - Support for Wayland UI and support for the Wayland clipboard has been added.
41602
41602
41603
- Support for the XDG Desktop Specification |xdg-base-dir| has been added and
41604
- the environment variable |$MYVIMDIR| is set to the users personal runtime
41605
- directory ($HOME/.vim or $HOME/.config/vim on Linux, $HOME/vimfiles on
41606
- Windows).
41603
+ - Support for the XDG Desktop Specification |xdg-base-dir| has been added and
41604
+ the environment variable |$MYVIMDIR| is set to the users personal runtime
41605
+ directory ($HOME/.vim or $HOME/.config/vim on Linux, $HOME/vimfiles on
41606
+ Windows).
41607
41607
41608
- Python3 support in OpenVMS is now available.
41608
+ - Python3 support in OpenVMS is now available.
41609
41609
41610
- The Win32 GUI comes with better toolbar icons.
41610
+ - The Win32 GUI comes with better toolbar icons.
41611
41611
*new-other-9.2*
41612
41612
Other new features ~
41613
41613
------------------
41614
- Support for Super key mappings in GTK using <D-Key>.
41614
+ - Support for Super key mappings in GTK using <D-Key>.
41615
41615
41616
- The new packages |package-comment|, |package-nohlsearch|, |package-hlyank| and
41617
- |help-TOC| are included.
41616
+ - The new packages |package-comment|, |package-nohlsearch|, |package-hlyank| and
41617
+ |help-TOC| are included.
41618
41618
41619
- An interactive tutor plugin has been included |vim-tutor-mode| and can be
41620
- started via |:Tutor|.
41619
+ - An interactive tutor plugin has been included |vim-tutor-mode| and can be
41620
+ started via |:Tutor|.
41621
41621
41622
- Support for translating messages in Vim script plugins using the |gettext()|
41623
- and |bindtextdomain()| functions was included.
41622
+ - Support for translating messages in Vim script plugins using the |gettext()|
41623
+ and |bindtextdomain()| functions was included.
41624
41624
41625
- Support highlighting the matched text and the completion kind for insert-mode
41626
- completion and command-line completion in |ins-completion-menu|, see
41627
- |complete-items|.
41625
+ - Support highlighting the matched text and the completion kind for
41626
+ insert-mode completion and command-line completion in |ins-completion-menu|,
41627
+ see |complete-items|.
41628
41628
41629
- A new vertical |tabpanel| window has been included which is a vertical
41630
- 'tabline'.
41629
+ - A new vertical |tabpanel| window has been included which is a vertical
41630
+ 'tabline'.
41631
41631
41632
- The |dist#vim9#Launch()| and |dist#vim9#Open()| functions have been added to
41633
- the |vim-script-library| and decoupled from |netrw|.
41632
+ - The |dist#vim9#Launch()| and |dist#vim9#Open()| functions have been added to
41633
+ the |vim-script-library| and decoupled from |netrw|.
41634
41634
41635
- The new digraph "APPROACHES THE LIMIT" using ".=" has been added
41635
+ - The new digraph "APPROACHES THE LIMIT" using ".=" has been added.
41636
41636
41637
41637
*changed-9.2*
41638
41638
Changed~
@@ -41798,7 +41798,8 @@ Options: ~
41798
41798
'findfunc' Vim function to obtain the results for a |:find|
41799
41799
command
41800
41800
'isexpand' defines triggers for completion
41801
- 'lhistory' Size of the location list stack |quickfix-stack|.
41801
+ 'lhistory' Size of the location list stack |quickfix-stack|
41802
+ 'maxsearchcount' Set the maximum number for search-stat |shm-S|
41802
41803
'messagesopt' configure |:messages| and |hit-enter| prompt
41803
41804
'pummaxwidth' maximum width for the completion popup menu
41804
41805
'showtabpanel' When to show the |tabpanel|
@@ -41810,6 +41811,10 @@ Options: ~
41810
41811
't_CF' Support for alternate font highlighting terminal code
41811
41812
'winfixbuf' Keep buffer focused in a window
41812
41813
41814
+ Vim Arguments: ~
41815
+ |-Y| Do not connect to the Wayland compositor.
41816
+
41817
+
41813
41818
==============================================================================
41814
41819
INCOMPATIBLE CHANGES *incompatible-9.2*
41815
41820
0 commit comments