Skip to content

Commit 08953f7

Browse files
yegappanchrisbra
authored andcommitted
runtime(doc): Minor updates to version9.txt
closes: #19124 Signed-off-by: Yegappan Lakshmanan <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 6c30628 commit 08953f7

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

runtime/doc/version9.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Dec 27
1+
*version9.txt* For Vim version 9.1. Last change: 2026 Jan 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41831,6 +41831,7 @@ Functions: ~
4183141831
|id()| get unique identifier for a Dict, List, Object,
4183241832
Channel or Blob variable
4183341833
|list2tuple()| turn a List of items into a Tuple
41834+
|listener_add()| add a callback to listen to changes
4183441835
|matchbufline()| all the matches of a pattern in a buffer
4183541836
|matchstrlist()| all the matches of a pattern in a List of strings
4183641837
|ngettext()| lookup single/plural message translation
@@ -41882,11 +41883,13 @@ Commands: ~
4188241883

4188341884
Ex-Commands: ~
4188441885

41886+
|:clipreset| choose a new method for accessing the clipboard
4188541887
|:iput| like |:put| but adjust indent
4188641888
|:pbuffer| Edit buffer [N] from the buffer list in the preview
4188741889
window
4188841890
|:redrawtabpanel| Force updating the 'tabpanel'.
4188941891
|:uniq| Deduplicate text in the current buffer.
41892+
|:wlrestore| reinitialize the wayland compositor connection
4189041893

4189141894
Options: ~
4189241895

@@ -41905,28 +41908,29 @@ Options: ~
4190541908
'lhistory' Size of the location list stack |quickfix-stack|
4190641909
'maxsearchcount' Set the maximum number for search-stat |shm-S|
4190741910
'messagesopt' configure |:messages| and |hit-enter| prompt
41911+
'osctimeoutlen' OSC terminator receive timeout
4190841912
'pumborder' define popup border and decorations
4190941913
'pummaxwidth' maximum width for the completion popup menu
4191041914
'showtabpanel' When to show the |tabpanel|
4191141915
'tabclose' Which tab page to focus after closing a tab page
4191241916
'tabpanel' Optional vertical panel for displaying tabpages
4191341917
|tabpanel|
4191441918
'tabpanelopt' Optional settings for the |tabpanel|
41915-
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
4191641919
't_CF' Support for alternate font highlighting terminal code
41920+
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
4191741921
'winfixbuf' Keep buffer focused in a window
4191841922
'wlseat' Specify Wayland seat to use for the |wayland| feature
4191941923
'wlsteal' Steal focus to access the |wayland| clipboard
41920-
'wltimeout' Specify the connection timeout for the |wayland|
41924+
'wltimeoutlen' Specify the connection timeout for the |wayland|
4192141925
compositor
4192241926

4192341927
Vim Variables: ~
4192441928
|v:clipmethod| The current 'clipmethod'.
4192541929
|v:clipproviders| A dictionary containing clipboard providers
4192641930
configuration |clipboard-providers|.
4192741931
|v:stacktrace| The most recent caught exception.
41928-
|v:t_enumvalue| Value of |enumvalue|.
4192941932
|v:t_enum| Value of |enum| type.
41933+
|v:t_enumvalue| Value of |enumvalue|.
4193041934
|v:t_tuple| Value of |Tuple| type.
4193141935
|v:termda1| The escape sequence returned for the primary device
4193241936
attribute query (DA1).

0 commit comments

Comments
 (0)