1- *version9.txt* For Vim version 9.1. Last change: 2025 Aug 22
1+ *version9.txt* For Vim version 9.1. Last change: 2025 Aug 24
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41648,6 +41648,8 @@ Other new features ~
4164841648- Add the new default highlighting groups "Bold", "Italic" and "BoldItalic"
4164941649 for use in syntax scripts.
4165041650
41651+ - |items()| function now supports Blob.
41652+
4165141653 *changed-9.2*
4165241654Changed~
4165341655-------
@@ -41748,6 +41750,9 @@ Others: ~
4174841750 ANGLE BRACKET "]>".
4174941751- Support for Unix domain sockets have been added for the clientserver
4175041752 feature, see |socketserver-clientserver|.
41753+ - |CmdlineLeave| sets |v:char| to the character that caused exiting the
41754+ Command-line.
41755+ - |min()|/|max()| can handle all comparable data types.
4175141756
4175241757Platform specific ~
4175341758- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
@@ -41786,6 +41791,8 @@ Functions: ~
4178641791|str2blob()| convert a List of strings into a blob
4178741792|test_null_tuple()| return a null tuple
4178841793|tuple2list()| turn a Tuple of items into a List
41794+ |uri_decode()| URI-decode a string
41795+ |uri_encode()| URI-encode a string
4178941796|wildtrigger()| trigger wildcard expansion
4179041797
4179141798
@@ -41829,12 +41836,14 @@ Options: ~
4182941836
4183041837'autocomplete' Enable auto completion |ins-autocompletion|
4183141838'autocompletedelay' Delay in msec before menu appears after typing
41832- 'chistory' Size of the quickfix stack |quickfix-stack|.
41833- 'clipmethod' How to access the clipboard.
41839+ 'autocompletetimeout' initial decay timeout for autocompletion algorithm
41840+ 'chistory' Size of the quickfix stack |quickfix-stack|
41841+ 'clipmethod' How to access the clipboard
4183441842'completefuzzycollect' Enable fuzzy collection of candidates for (some)
4183541843 |ins-completion| modes
4183641844'completeitemalign' Order of |complete-items| in Insert mode completion
4183741845 popup
41846+ 'completetimeout' initial decay timeout for CTRL-N and CTRL-P
4183841847'diffanchors' list of {address} to force syncing of diffs
4183941848'eventignorewin' autocommand events that are ignored in a window
4184041849'findfunc' Vim function to obtain the results for a |:find|
@@ -41851,12 +41860,17 @@ Options: ~
4185141860'tabpanelopt' Optional settings for the |tabpanel|
4185241861't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
4185341862't_CF' Support for alternate font highlighting terminal code
41863+ 't_Ms' OSC 52 command format
4185441864'winfixbuf' Keep buffer focused in a window
4185541865'wlseat' Specify Wayland seat to use for the |wayland| feature
4185641866'wlsteal' Steal focus to access the |wayland| clipboard
4185741867'wltimeout' Specify the connection timeout for the |wayland|
4185841868 compositor
4185941869
41870+ Vim Variables: ~
41871+ |v:termda1| The escape sequence returned for the primary device
41872+ attribute query (DA1).
41873+
4186041874Vim Arguments: ~
4186141875|-Y| Do not connect to the |wayland| compositor.
4186241876|--clientserver| Specify backend for clientserver functionality.
0 commit comments