Skip to content

Commit 238906f

Browse files
authored
Merge pull request #1919 from h-east/update-usr_41
Update usr_41.{txt,jax}
2 parents 8fb0463 + 8d966dc commit 238906f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/usr_41.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jan 02
1+
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jan 16
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -772,6 +772,8 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
772772
trim() 文字列から文字を取り除く
773773
bindtextdomain() メッセージの翻訳検索のベースパスを設定する
774774
gettext() 翻訳メッセージの検索
775+
str2blob() 文字列のリストを blob に変換する
776+
blob2str() blob を文字列のリストに変換する
775777

776778
リスト操作: *list-functions*
777779
get() 要素を取得。存在しないインデックスでもエラーを

en/usr_41.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 9.1. Last change: 2025 Jan 02
1+
*usr_41.txt* For Vim version 9.1. Last change: 2025 Jan 16
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -801,6 +801,8 @@ String manipulation: *string-functions*
801801
trim() trim characters from a string
802802
bindtextdomain() set message lookup translation base path
803803
gettext() lookup message translation
804+
str2blob() convert a list of strings into a blob
805+
blob2str() convert a blob into a list of strings
804806

805807
List manipulation: *list-functions*
806808
get() get an item without error for wrong index

0 commit comments

Comments
 (0)