1
- *version9.txt* For Vim version 9.1. Last change: 2025 Aug 16
1
+ *version9.txt* For Vim version 9.1. Last change: 2025 Aug 17
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41608,7 +41608,8 @@ Completion~
41608
41608
41609
41609
Platform specific~
41610
41610
-----------------
41611
- - Support for Wayland UI and support for the Wayland clipboard has been added.
41611
+ - Support for Wayland UI and support for the Wayland clipboard has been added
41612
+ |wayland|.
41612
41613
41613
41614
- Support for the XDG Desktop Specification |xdg-base-dir| has been added and
41614
41615
the environment variable |$MYVIMDIR| is set to the users personal runtime
@@ -41745,6 +41746,12 @@ Others: ~
41745
41746
Unicode 16.
41746
41747
- Two additional digraphs have been added: LEFT ANGLE BRACKET "<[" and RIGHT
41747
41748
ANGLE BRACKET "]>".
41749
+ - Support for Unix domain sockets have been added for the clientserver
41750
+ feature, see |socketserver-clientserver|.
41751
+
41752
+ Platform specific ~
41753
+ - MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
41754
+ absolute paths (to the current drive) and no longer relative.
41748
41755
41749
41756
*added-9.2*
41750
41757
Added ~
@@ -41823,6 +41830,7 @@ Options: ~
41823
41830
'autocompletion' Enable auto completion |ins-autocompletion|
41824
41831
'autocompletedelay' Delay in msec before menu appears after typing
41825
41832
'chistory' Size of the quickfix stack |quickfix-stack|.
41833
+ 'clipmethod' How to access the clipboard.
41826
41834
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
41827
41835
|ins-completion| modes
41828
41836
'completeitemalign' Order of |complete-items| in Insert mode completion
@@ -41844,9 +41852,14 @@ Options: ~
41844
41852
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
41845
41853
't_CF' Support for alternate font highlighting terminal code
41846
41854
'winfixbuf' Keep buffer focused in a window
41855
+ 'wlseat' Specify Wayland seat to use for the |wayland| feature
41856
+ 'wlsteal' Steal focus to access the |wayland| clipboard
41857
+ 'wltimeout' Specify the connection timeout for the |wayland|
41858
+ compositor
41847
41859
41848
41860
Vim Arguments: ~
41849
- |-Y| Do not connect to the Wayland compositor.
41861
+ |-Y| Do not connect to the |wayland| compositor.
41862
+ |--clientserver| Specify backend for clientserver functionality.
41850
41863
41851
41864
41852
41865
==============================================================================
0 commit comments