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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41598,41 +41598,41 @@ Completion~
4159841598
4159941599Platform specific~
4160041600-----------------
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.
4160241602
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).
4160741607
41608- Python3 support in OpenVMS is now available.
41608+ - Python3 support in OpenVMS is now available.
4160941609
41610- The Win32 GUI comes with better toolbar icons.
41610+ - The Win32 GUI comes with better toolbar icons.
4161141611 *new-other-9.2*
4161241612Other new features ~
4161341613------------------
41614- Support for Super key mappings in GTK using <D-Key>.
41614+ - Support for Super key mappings in GTK using <D-Key>.
4161541615
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.
4161841618
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|.
4162141621
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.
4162441624
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|.
4162841628
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'.
4163141631
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|.
4163441634
41635- The new digraph "APPROACHES THE LIMIT" using ".=" has been added
41635+ - The new digraph "APPROACHES THE LIMIT" using ".=" has been added.
4163641636
4163741637 *changed-9.2*
4163841638Changed~
@@ -41798,7 +41798,8 @@ Options: ~
4179841798'findfunc' Vim function to obtain the results for a |:find|
4179941799 command
4180041800'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|
4180241803'messagesopt' configure |:messages| and |hit-enter| prompt
4180341804'pummaxwidth' maximum width for the completion popup menu
4180441805'showtabpanel' When to show the |tabpanel|
@@ -41810,6 +41811,10 @@ Options: ~
4181041811't_CF' Support for alternate font highlighting terminal code
4181141812'winfixbuf' Keep buffer focused in a window
4181241813
41814+ Vim Arguments: ~
41815+ |-Y| Do not connect to the Wayland compositor.
41816+
41817+
4181341818==============================================================================
4181441819INCOMPATIBLE CHANGES *incompatible-9.2*
4181541820
0 commit comments