File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- *usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
1+ *usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Aug 18
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -777,6 +777,8 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
777777 ngettext() 単一/複数の翻訳メッセージの検索
778778 str2blob() 文字列のリストを blob に変換する
779779 blob2str() blob を文字列のリストに変換する
780+ items() 文字列のインデックスと文字のペアのリストを取得
781+ する
780782
781783リスト操作: *list-functions*
782784 get() 要素を取得。存在しないインデックスでもエラーを
Original file line number Diff line number Diff line change 1- *usr_41.txt* For Vim version 9.1. Last change: 2025 Aug 10
1+ *usr_41.txt* For Vim version 9.1. Last change: 2025 Aug 18
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -806,6 +806,7 @@ String manipulation: *string-functions*
806806 ngettext() lookup single/plural message translation
807807 str2blob() convert a list of strings into a blob
808808 blob2str() convert a blob into a list of strings
809+ items() get List of String index-character pairs
809810
810811List manipulation: *list-functions*
811812 get() get an item without error for wrong index
You can’t perform that action at this time.
0 commit comments