Skip to content

Commit e8fee57

Browse files
authored
Merge pull request #2258 from h-east/update-usr_41
Update usr_41.{txt,jax}
2 parents 1d80efb + a38b3f7 commit e8fee57

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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 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() 要素を取得。存在しないインデックスでもエラーを

en/usr_41.txt

Lines changed: 2 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 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

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

0 commit comments

Comments
 (0)