File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- *various.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21
1
+ *various.txt* For Vim バージョン 9.1. Last change: 2025 Jun 07
2
2
3
3
4
4
VIM リファレンスマニュアル by Bram Moolenaar
@@ -36,6 +36,11 @@ CTRL-L 画面を消去して再描画します。すでに入力されてい
36
36
い項目が含まれている場合に、タブページ行を更新するのに
37
37
便利です。
38
38
39
+ *E1547* *:redrawtabp* *:redrawtabpanel*
40
+ :redrawtabp[anel] タブパネルを再描画します。'tabpanel' に自動更新されな
41
+ い項目が含まれている場合に、タブパネルを更新するのに便
42
+ 利です。
43
+
39
44
*N<Del>*
40
45
<Del> ノーマルモードで数値 (| count | ) を入力しているときは、
41
46
数字の最後の桁を削除します。
@@ -489,6 +494,7 @@ N *+statusline* オプション'statusline'、'rulerformat'と、
489
494
- *+sun_workshop* 削除済み; | workshop |
490
495
N *+syntax* 構文強調 | syntax |
491
496
*+system()* Unix のみ: | +fork | の反対
497
+ H *+tabpanel* | tabpanel | のサポート
492
498
T *+tag_binary* タグファイル内の高速(二分探索)検索 | tag-binary-search |
493
499
- *+tag_old_static* 削除済み; 静的タグの方法 | tag-old-static |
494
500
- *+tag_any_white* 削除済み; タグファイル内の空白を許すためのものだった
Original file line number Diff line number Diff line change 1
- *various.txt* For Vim version 9.1. Last change: 2025 Apr 21
1
+ *various.txt* For Vim version 9.1. Last change: 2025 Jun 07
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,6 +34,11 @@ CTRL-L Clear and redraw the screen. The redraw may happen
34
34
*:redrawt* *:redrawtabline*
35
35
:redrawt[abline] Redraw the tabline. Useful to update the tabline when
36
36
'tabline' includes an item that doesn't trigger
37
+ automatic updating.
38
+
39
+ *E1547* *:redrawtabp* *:redrawtabpanel*
40
+ :redrawtabp[anel] Redraw the tabpanel Useful to update the tabpanel
41
+ when 'tabpanel' includes an item that doesn't trigger
37
42
automatic updating.
38
43
39
44
*N<Del>*
@@ -491,6 +496,7 @@ N *+statusline* Options 'statusline', 'rulerformat' and special
491
496
- *+sun_workshop* Removed: | workshop |
492
497
N *+syntax* Syntax highlighting | syntax |
493
498
*+system()* Unix only: opposite of | +fork |
499
+ H *+tabpanel* Support for | tabpanel |
494
500
T *+tag_binary* binary searching in tags file | tag-binary-search |
495
501
- *+tag_old_static* Removed; method for static tags | tag-old-static |
496
502
- *+tag_any_white* Removed; was to allow any white space in tags files
You can’t perform that action at this time.
0 commit comments