File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- *various.txt* For Vim バージョン 9.1. Last change: 2024 Jun 17
1
+ *various.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
2
2
3
3
4
4
VIM リファレンスマニュアル by Bram Moolenaar
@@ -18,9 +18,9 @@ CTRL-L 画面を消去して再描画します。すでに入力されてい
18
18
*:redr* *:redraw*
19
19
:redr[aw][!] 画面をすぐに再描画します。! を付けたときは、画面を消去
20
20
してから再描画します。
21
- スクリプトや関数を実行している途中で画面を更新するのに
22
- 便利です。マップの実行中や、 'lazyredraw' がオンに設定
23
- されているときでも更新できます 。
21
+ スクリプトまたは関数 (または 'lazyredraw' が設定されて
22
+ いる場合はマッピング) で画面を再描画するために使用でき
23
+ ます 。
24
24
25
25
*:redraws* *:redrawstatus*
26
26
:redraws[tatus][!] カレントウィンドウのステータスラインを再描画します。
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -19,9 +19,8 @@ CTRL-L Clear and redraw the screen. The redraw may happen
19
19
*:redr* *:redraw*
20
20
:redr[aw][!] Redraw the screen right now. When ! is included it is
21
21
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).
25
24
26
25
*:redraws* *:redrawstatus*
27
26
:redraws[tatus][!] Redraw the status line of the current window. When !
You can’t perform that action at this time.
0 commit comments