From de3a4f0fa3e32a229e4df2904b6a3093cc94b913 Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 31 Mar 2025 22:15:01 +0900 Subject: [PATCH] Update usr_41.{txt,jax} --- doc/usr_41.jax | 4 ++-- en/usr_41.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/usr_41.jax b/doc/usr_41.jax index b457b7dfc..a538709bd 100644 --- a/doc/usr_41.jax +++ b/doc/usr_41.jax @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Mar 23 +*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Mar 30 VIM USER MANUAL - by Bram Moolenaar @@ -837,7 +837,7 @@ Tuple 操作: *tuple-functions* reverse() Tuple 内の項目の並び順を反転させる slice() Tuple のスライスを取る string() Tuple の文字列表現 - tuple2list() Tuple の項目をリストに変換する + tuple2list() Tuple をリストに変換する 辞書操作: *dict-functions* get() 辞書の要素を返す。存在しないキーでもエラーを出 diff --git a/en/usr_41.txt b/en/usr_41.txt index 4c5e5ef4c..8279e3e99 100644 --- a/en/usr_41.txt +++ b/en/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 9.1. Last change: 2025 Mar 23 +*usr_41.txt* For Vim version 9.1. Last change: 2025 Mar 30 VIM USER MANUAL - by Bram Moolenaar @@ -862,7 +862,7 @@ Tuple manipulation: *tuple-functions* reverse() reverse the order of items in a Tuple slice() take a slice of a Tuple string() string representation of a Tuple - tuple2list() convert a Tuple of items into a list + tuple2list() convert a Tuple into a List Dictionary manipulation: *dict-functions* get() get an entry without an error for a wrong key