1- *version9.txt* For Vim version 9.2. Last change: 2026 Apr 27
1+ *version9.txt* For Vim version 9.2. Last change: 2026 May 01
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52587,6 +52587,7 @@ Popups ~
5258752587- Support for transparency, see |popup-opacity|.
5258852588- 'previewpopup' supports the same values as 'completepopup' (except for
5258952589 "align").
52590+ - Support "opacity" setting for 'completepopup' option.
5259052591
5259152592Diff mode ~
5259252593---------
@@ -52616,8 +52617,12 @@ Other ~
5261652617- Allow mouse clickable regions in the 'statusline', 'tabline' and the
5261752618 'tabpanel' using the |stl-%[FuncName]| atom.
5261852619- Enable reflow support in the |:terminal|.
52619- - Added "scrollbar" sub-option to 'tabpanelopt' so the tabpanel can scroll
52620- when the tab page list exceeds the visible screen height.
52620+ - Enabled scrolling for the tabpanel when the tab page list exceeds the screen
52621+ height. Also added the "scrollbar" sub-option to 'tabpanelopt'.
52622+ - Added the "noinsert" value to the 'wildmode' option for symmetry with the
52623+ 'completeopt' option
52624+ - Channel can handle |Blob| messages |channel-open-options|.
52625+ - Added the "u" flag to 'shortmess' to silence undo/redo messages: |shm-u|
5262152626
5262252627Platform specific ~
5262352628-----------------
@@ -52642,6 +52647,9 @@ Changed ~
5264252647- Removed the Wayland focus steal feature 'wlsteal', since it causes too many
5264352648 issues and can now be re-implemted using the |clipboard-providers| feature
5264452649 if needed, see |wayland-primary-selection| for an example.
52650+ - On Unix, filename completion for single-file Ex commands now treats embedded
52651+ whitespace as part of the filename, like on other platforms.
52652+
5264552653
5264652654 *added-9.3*
5264752655Added ~
@@ -52651,6 +52659,8 @@ Various syntax, indent and other plugins were added.
5265152659Functions: ~
5265252660
5265352661|ch_listen()| listen on {address}
52662+ |tabpanel_getinfo()| get current state of the |tabpanel|
52663+ |tabpanel_scroll()| scroll the |tabpanel|
5265452664
5265552665Autocommands: ~
5265652666
0 commit comments