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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41648,6 +41648,8 @@ Other new features ~
41648
41648
- Add the new default highlighting groups "Bold", "Italic" and "BoldItalic"
41649
41649
for use in syntax scripts.
41650
41650
41651
+ - |items()| function now supports Blob.
41652
+
41651
41653
*changed-9.2*
41652
41654
Changed~
41653
41655
-------
@@ -41748,6 +41750,9 @@ Others: ~
41748
41750
ANGLE BRACKET "]>".
41749
41751
- Support for Unix domain sockets have been added for the clientserver
41750
41752
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.
41751
41756
41752
41757
Platform specific ~
41753
41758
- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
@@ -41786,6 +41791,8 @@ Functions: ~
41786
41791
|str2blob()| convert a List of strings into a blob
41787
41792
|test_null_tuple()| return a null tuple
41788
41793
|tuple2list()| turn a Tuple of items into a List
41794
+ |uri_decode()| URI-decode a string
41795
+ |uri_encode()| URI-encode a string
41789
41796
|wildtrigger()| trigger wildcard expansion
41790
41797
41791
41798
@@ -41829,12 +41836,14 @@ Options: ~
41829
41836
41830
41837
'autocomplete' Enable auto completion |ins-autocompletion|
41831
41838
'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
41834
41842
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
41835
41843
|ins-completion| modes
41836
41844
'completeitemalign' Order of |complete-items| in Insert mode completion
41837
41845
popup
41846
+ 'completetimeout' initial decay timeout for CTRL-N and CTRL-P
41838
41847
'diffanchors' list of {address} to force syncing of diffs
41839
41848
'eventignorewin' autocommand events that are ignored in a window
41840
41849
'findfunc' Vim function to obtain the results for a |:find|
@@ -41851,12 +41860,17 @@ Options: ~
41851
41860
'tabpanelopt' Optional settings for the |tabpanel|
41852
41861
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
41853
41862
't_CF' Support for alternate font highlighting terminal code
41863
+ 't_Ms' OSC 52 command format
41854
41864
'winfixbuf' Keep buffer focused in a window
41855
41865
'wlseat' Specify Wayland seat to use for the |wayland| feature
41856
41866
'wlsteal' Steal focus to access the |wayland| clipboard
41857
41867
'wltimeout' Specify the connection timeout for the |wayland|
41858
41868
compositor
41859
41869
41870
+ Vim Variables: ~
41871
+ |v:termda1| The escape sequence returned for the primary device
41872
+ attribute query (DA1).
41873
+
41860
41874
Vim Arguments: ~
41861
41875
|-Y| Do not connect to the |wayland| compositor.
41862
41876
|--clientserver| Specify backend for clientserver functionality.
0 commit comments