Skip to content

Commit 867bcd7

Browse files
committed
Update by original
1 parent 425566d commit 867bcd7

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

doc/builtin.jax

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Nov 10
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -513,9 +513,9 @@ prop_type_list([{props}]) リスト プロパティタイプ一覧を取得
513513
pum_getpos() 辞書 ポップアップメニューが表示されている場
514514
合、位置とサイズを取得
515515
pumvisible() 数値 ポップアップメニューが表示されているか
516-
py3eval({expr}[, {locals}]) 任意 |python3| の式を評価する
517-
pyeval({expr}[, {locals}]) 任意 |Python| の式を評価する
518-
pyxeval({expr}[, {locals}]) 任意 |python_x| の式を評価する
516+
py3eval({expr} [, {locals}]) 任意 |python3| の式を評価する
517+
pyeval({expr} [, {locals}]) 任意 |Python| の式を評価する
518+
pyxeval({expr} [, {locals}]) 任意 |python_x| の式を評価する
519519
rand([{expr}]) 数値 疑似乱数を取得する
520520
range({expr} [, {max} [, {stride}]])
521521
リスト {expr}から{max}までの要素のリスト
@@ -7982,7 +7982,7 @@ pumvisible() *pumvisible()*
79827982
戻り値の型: |Number|
79837983

79847984

7985-
py3eval({expr}[, {locals}]) *py3eval()*
7985+
py3eval({expr} [, {locals}]) *py3eval()*
79867986
Python の式 {expr} を評価して、結果を Vim のデータ形式にして返
79877987
す。
79887988
{locals} |Dictionary| が指定されている場合は、式で使用できる
@@ -8006,7 +8006,7 @@ py3eval({expr}[, {locals}]) *py3eval()*
80068006
{|+python3| 機能付きでコンパイルされたときのみ利用可能}
80078007

80088008
*E858* *E859*
8009-
pyeval({expr}[, {locals}]) *pyeval()*
8009+
pyeval({expr} [, {locals}]) *pyeval()*
80108010
Python の式 {expr} を評価して、結果を Vim のデータ形式にして返
80118011
す。
80128012
{locals} については |py3eval()| を参照。
@@ -8023,7 +8023,7 @@ pyeval({expr}[, {locals}]) *pyeval()*
80238023

80248024
{|+python| 機能付きでコンパイルされたときのみ利用可能}
80258025

8026-
pyxeval({expr}[, {locals}]) *pyxeval()*
8026+
pyxeval({expr} [, {locals}]) *pyxeval()*
80278027
Python の式 {expr} を評価して、結果を Vim のデータ形式にして返
80288028
す。
80298029
{locals} については |py3eval()| を参照。

en/builtin.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 09
1+
*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -467,9 +467,9 @@ prop_type_get({name} [, {props}])
467467
prop_type_list([{props}]) List get list of property types
468468
pum_getpos() Dict position and size of pum if visible
469469
pumvisible() Number whether popup menu is visible
470-
py3eval({expr}[, {locals}]) any evaluate |python3| expression
471-
pyeval({expr}[, {locals}]) any evaluate |Python| expression
472-
pyxeval({expr}[, {locals}]) any evaluate |python_x| expression
470+
py3eval({expr} [, {locals}]) any evaluate |python3| expression
471+
pyeval({expr} [, {locals}]) any evaluate |Python| expression
472+
pyxeval({expr} [, {locals}]) any evaluate |python_x| expression
473473
rand([{expr}]) Number get pseudo-random number
474474
range({expr} [, {max} [, {stride}]])
475475
List items from {expr} to {max}
@@ -8127,7 +8127,7 @@ pumvisible() *pumvisible()*
81278127
Return type: |Number|
81288128

81298129

8130-
py3eval({expr}[, {locals}]) *py3eval()*
8130+
py3eval({expr} [, {locals}]) *py3eval()*
81318131
Evaluate Python expression {expr} and return its result
81328132
converted to Vim data structures.
81338133
If a {locals} |Dictionary| is given, it defines set of local
@@ -8153,7 +8153,7 @@ py3eval({expr}[, {locals}]) *py3eval()*
81538153
{only available when compiled with the |+python3| feature}
81548154

81558155
*E858* *E859*
8156-
pyeval({expr}[, {locals}]) *pyeval()*
8156+
pyeval({expr} [, {locals}]) *pyeval()*
81578157
Evaluate Python expression {expr} and return its result
81588158
converted to Vim data structures.
81598159
For {locals} see |py3eval()|.
@@ -8172,7 +8172,7 @@ pyeval({expr}[, {locals}]) *pyeval()*
81728172

81738173
{only available when compiled with the |+python| feature}
81748174

8175-
pyxeval({expr}[, {locals}]) *pyxeval()*
8175+
pyxeval({expr} [, {locals}]) *pyxeval()*
81768176
Evaluate Python expression {expr} and return its result
81778177
converted to Vim data structures.
81788178
For {locals} see |py3eval()|.

0 commit comments

Comments
 (0)