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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1361,9 +1361,10 @@ Note 関数はまず読み込まれ、後で実行される。読み込まれた
13611361 ロファイリング統計をクリアし、プロファイリングを再開できる。
13621362
13631363:prof[ile] pause
1364- 次の `:profile continue` が実行されるまでプロファイリングをし
1365- ない。カウントされるべきでない何かを行う時に使うことができる
1366- (例えば外部コマンドなど)。ネストすることはできない。
1364+ 次の `:profile continue` コマンドまでプロファイリングを停止す
1365+ る。
1366+ カウントされるべきでない何かを行う時に使うことができる(例えば
1367+ 外部コマンドなど)。ネストすることはできない。
13671368
13681369:prof[ile] continue
13691370 `: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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1398,9 +1398,9 @@ For example, to profile the one_script.vim script file: >
13981398 clear the profiling statistics and start profiling again.
13991399
14001400: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.
14041404
14051405:prof[ile] continue
14061406 Continue profiling after `:profile pause`.
You can’t perform that action at this time.
0 commit comments