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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -777,6 +777,8 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
777
777
ngettext() 単一/複数の翻訳メッセージの検索
778
778
str2blob() 文字列のリストを blob に変換する
779
779
blob2str() blob を文字列のリストに変換する
780
+ items() 文字列のインデックスと文字のペアのリストを取得
781
+ する
780
782
781
783
リスト操作: *list-functions*
782
784
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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -806,6 +806,7 @@ String manipulation: *string-functions*
806
806
ngettext() lookup single/plural message translation
807
807
str2blob() convert a list of strings into a blob
808
808
blob2str() convert a blob into a list of strings
809
+ items() get List of String index-character pairs
809
810
810
811
List manipulation: *list-functions*
811
812
get() get an item without error for wrong index
You can’t perform that action at this time.
0 commit comments