Skip to content

Commit d6fce24

Browse files
authored
Merge pull request #1623 from vim-jp/hh-update-various
Update various.{txt,jax}
2 parents 2428eaf + 70da0a6 commit d6fce24

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

doc/various.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.1. Last change: 2024 Jun 17
1+
*various.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -18,9 +18,9 @@ CTRL-L 画面を消去して再描画します。すでに入力されてい
1818
*:redr* *:redraw*
1919
:redr[aw][!] 画面をすぐに再描画します。! を付けたときは、画面を消去
2020
してから再描画します。
21-
スクリプトや関数を実行している途中で画面を更新するのに
22-
便利です。マップの実行中や、'lazyredraw' がオンに設定
23-
されているときでも更新できます
21+
スクリプトまたは関数 (または 'lazyredraw' が設定されて
22+
いる場合はマッピング) で画面を再描画するために使用でき
23+
ます
2424

2525
*:redraws* *:redrawstatus*
2626
:redraws[tatus][!] カレントウィンドウのステータスラインを再描画します。

en/various.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 9.1. Last change: 2024 Jun 17
1+
*various.txt* For Vim version 9.1. Last change: 2024 Jul 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -19,9 +19,8 @@ CTRL-L Clear and redraw the screen. The redraw may happen
1919
*:redr* *:redraw*
2020
:redr[aw][!] Redraw the screen right now. When ! is included it is
2121
cleared first.
22-
Useful to update the screen halfway executing a script
23-
or function. Also when halfway a mapping and
24-
'lazyredraw' is set.
22+
It can be used to redraw the screen in a script
23+
or function (or a mapping if |'lazyredraw'| is set).
2524

2625
*:redraws* *:redrawstatus*
2726
:redraws[tatus][!] Redraw the status line of the current window. When !

0 commit comments

Comments
 (0)