File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- *if_pyth.txt* For Vim バージョン 9.1. Last change: 2024 Nov 06
1
+ *if_pyth.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09
2
2
3
3
4
4
VIMリファレンスマニュアル by Paul Moore
@@ -196,7 +196,7 @@ vim.eval(str) *python-eval*
196
196
[{'cmd': '/^eval_expr(arg, nextcmd)$/', 'static': 0, 'name': ~
197
197
'eval_expr', 'kind': 'f', 'filename': './src/eval.c'}] ~
198
198
199
- NOTE: vim9script では、def 関数内のローカル変数は Python の評価では見
199
+ NOTE: Vim9 script では、def 関数内のローカル変数は Python の評価では見
200
200
えません。ローカル変数を Python の評価に渡すには、| py3eval() | 等を呼び
201
201
出すときに {locals} 辞書を使用します。
202
202
Original file line number Diff line number Diff line change 1
- *if_pyth.txt* For Vim version 9.1. Last change: 2024 Nov 06
1
+ *if_pyth.txt* For Vim version 9.1. Last change: 2024 Nov 09
2
2
3
3
4
4
VIM REFERENCE MANUAL by Paul Moore
@@ -201,8 +201,8 @@ vim.eval(str) *python-eval*
201
201
[{'cmd': '/^eval_expr(arg, nextcmd)$/', 'static': 0, 'name': ~
202
202
'eval_expr', 'kind': 'f', 'filename': './src/eval.c'}] ~
203
203
204
- NOTE: In vim9script , local variables in def functions are not visible
205
- to to python evaluations. To pass local variables to python evaluations,
204
+ NOTE: In Vim9 script , local variables in def functions are not visible
205
+ to python evaluations. To pass local variables to python evaluations,
206
206
use the {locals} dict when calling | py3eval() | and friends.
207
207
208
208
vim.bindeval(str) *python-bindeval*
You can’t perform that action at this time.
0 commit comments