Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/usr_41.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Aug 18

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -777,6 +777,8 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
ngettext() 単一/複数の翻訳メッセージの検索
str2blob() 文字列のリストを blob に変換する
blob2str() blob を文字列のリストに変換する
items() 文字列のインデックスと文字のペアのリストを取得
する

リスト操作: *list-functions*
get() 要素を取得。存在しないインデックスでもエラーを
Expand Down
3 changes: 2 additions & 1 deletion en/usr_41.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim version 9.1. Last change: 2025 Aug 10
*usr_41.txt* For Vim version 9.1. Last change: 2025 Aug 18

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -806,6 +806,7 @@ String manipulation: *string-functions*
ngettext() lookup single/plural message translation
str2blob() convert a list of strings into a blob
blob2str() convert a blob into a list of strings
items() get List of String index-character pairs

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