File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- *usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Mar 23
1+ *usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Mar 30
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -837,7 +837,7 @@ Tuple 操作: *tuple-functions*
837837 reverse() Tuple 内の項目の並び順を反転させる
838838 slice() Tuple のスライスを取る
839839 string() Tuple の文字列表現
840- tuple2list() Tuple の項目をリストに変換する
840+ tuple2list() Tuple をリストに変換する
841841
842842辞書操作: *dict-functions*
843843 get() 辞書の要素を返す。存在しないキーでもエラーを出
Original file line number Diff line number Diff line change 1- *usr_41.txt* For Vim version 9.1. Last change: 2025 Mar 23
1+ *usr_41.txt* For Vim version 9.1. Last change: 2025 Mar 30
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -862,7 +862,7 @@ Tuple manipulation: *tuple-functions*
862862 reverse() reverse the order of items in a Tuple
863863 slice() take a slice of a Tuple
864864 string() string representation of a Tuple
865- tuple2list() convert a Tuple of items into a list
865+ tuple2list() convert a Tuple into a List
866866
867867Dictionary manipulation: *dict-functions*
868868 get() get an entry without an error for a wrong key
You can’t perform that action at this time.
0 commit comments