File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- *repeat.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1
+ *repeat.txt* For Vim バージョン 9.1. Last change: 2024 Oct 16
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1361,9 +1361,10 @@ Note 関数はまず読み込まれ、後で実行される。読み込まれた
1361
1361
ロファイリング統計をクリアし、プロファイリングを再開できる。
1362
1362
1363
1363
:prof[ile] pause
1364
- 次の `:profile continue` が実行されるまでプロファイリングをし
1365
- ない。カウントされるべきでない何かを行う時に使うことができる
1366
- (例えば外部コマンドなど)。ネストすることはできない。
1364
+ 次の `:profile continue` コマンドまでプロファイリングを停止す
1365
+ る。
1366
+ カウントされるべきでない何かを行う時に使うことができる(例えば
1367
+ 外部コマンドなど)。ネストすることはできない。
1367
1368
1368
1369
:prof[ile] continue
1369
1370
`:profile pause` の後にこれを実行すると、プロファイリングを再
Original file line number Diff line number Diff line change 1
- *repeat.txt* For Vim version 9.1. Last change: 2024 Oct 05
1
+ *repeat.txt* For Vim version 9.1. Last change: 2024 Oct 16
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1398,9 +1398,9 @@ For example, to profile the one_script.vim script file: >
1398
1398
clear the profiling statistics and start profiling again.
1399
1399
1400
1400
:prof[ile] pause
1401
- Don't profile until the following `:profile continue`. Can be
1402
- used when doing something that should not be counted (e.g., an
1403
- external command). Does not nest.
1401
+ Stop profiling until the next `:profile continue` command.
1402
+ Can be used when doing something that should not be counted
1403
+ (e.g., an external command). Does not nest.
1404
1404
1405
1405
:prof[ile] continue
1406
1406
Continue profiling after `:profile pause`.
You can’t perform that action at this time.
0 commit comments