1- *version9.txt* For Vim version 9.1. Last change: 2025 Jan 12
1+ *version9.txt* For Vim version 9.1. Last change: 2025 Jan 18
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41617,8 +41617,6 @@ Changed~
4161741617 |CompleteDone| autocommand in the |v:event| dictionary
4161841618- the default fontsize for the GTK builds of Vim (Windows and Unix) has been
4161941619 increased to 12pt to accomodate modern high-dpi monitors
41620- - filetype detection now detects bash scripts as a separate "bash" filetype
41621- instead of the "sh" filetype
4162241620- the default value of the 'keyprotocol' option has been updated by support
4162341621 for the ghostty terminal emulator (using kitty protocol)
4162441622- |complete_info()| returns the list of matches shown in the poppu menu via
@@ -41638,6 +41636,7 @@ Functions: ~
4163841636
4163941637|base64_decode()| decode a base64 string into a blob
4164041638|base64_encode()| encode a blob into a base64 string
41639+ |blob2str()| convert a blob into a List of strings
4164141640|bindtextdomain()| set message lookup translation base path
4164241641|diff()| diff two Lists of strings
4164341642|filecopy()| copy a file {from} to {to}
@@ -41653,6 +41652,7 @@ Functions: ~
4165341652|matchbufline()| all the matches of a pattern in a buffer
4165441653|matchstrlist()| all the matches of a pattern in a List of strings
4165541654|popup_setbuf()| switch to a different buffer in a popup
41655+ |str2blob()| convert a List of strings into a blob
4165641656
4165741657
4165841658Autocommands: ~
0 commit comments