Skip to content

Commit 8eb3895

Browse files
authored
Merge pull request #1757 from vim-jp/hh-update-repeat
Update repeat.{txt,jax}
2 parents 0b6ce65 + b568ee0 commit 8eb3895

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

doc/repeat.jax

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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` の後にこれを実行すると、プロファイリングを再

en/repeat.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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`.

0 commit comments

Comments
 (0)