Skip to content

Update repeat.{txt,jax} #1757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions doc/repeat.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*repeat.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
*repeat.txt* For Vim バージョン 9.1. Last change: 2024 Oct 16


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1361,9 +1361,10 @@ Note 関数はまず読み込まれ、後で実行される。読み込まれた
ロファイリング統計をクリアし、プロファイリングを再開できる。

:prof[ile] pause
次の `:profile continue` が実行されるまでプロファイリングをし
ない。カウントされるべきでない何かを行う時に使うことができる
(例えば外部コマンドなど)。ネストすることはできない。
次の `:profile continue` コマンドまでプロファイリングを停止す
る。
カウントされるべきでない何かを行う時に使うことができる(例えば
外部コマンドなど)。ネストすることはできない。

:prof[ile] continue
`:profile pause` の後にこれを実行すると、プロファイリングを再
Expand Down
8 changes: 4 additions & 4 deletions en/repeat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*repeat.txt* For Vim version 9.1. Last change: 2024 Oct 05
*repeat.txt* For Vim version 9.1. Last change: 2024 Oct 16


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1398,9 +1398,9 @@ For example, to profile the one_script.vim script file: >
clear the profiling statistics and start profiling again.

:prof[ile] pause
Don't profile until the following `:profile continue`. Can be
used when doing something that should not be counted (e.g., an
external command). Does not nest.
Stop profiling until the next `:profile continue` command.
Can be used when doing something that should not be counted
(e.g., an external command). Does not nest.

:prof[ile] continue
Continue profiling after `:profile pause`.
Expand Down