File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-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 May 15
2
2
3
3
4
4
VIM リファレンスマニュアル by Bram Moolenaar
@@ -36,6 +36,12 @@ CTRL-L 画面を消去して再描画します。すでに入力されてい
36
36
い項目が含まれている場合に、タブページ行を更新するのに
37
37
便利です。
38
38
39
+ *E1547* *:redrawtabp* *:redrawtabpanel*
40
+ :redrawtabp[anel] タブパネルを再描画します。'tabpanel' に自動更新されな
41
+ い項目が含まれている場合に、タブパネルを更新するのに便
42
+ 利です。
43
+
44
+
39
45
*N<Del>*
40
46
<Del> ノーマルモードで数値 (| count | ) を入力しているときは、
41
47
数字の最後の桁を削除します。
@@ -489,6 +495,7 @@ N *+statusline* オプション'statusline'、'rulerformat'と、
489
495
- *+sun_workshop* 削除済み; | workshop |
490
496
N *+syntax* 構文強調 | syntax |
491
497
*+system()* Unix のみ: | +fork | の反対
498
+ H *+tabpanel* | tabpanel | のサポート
492
499
T *+tag_binary* タグファイル内の高速(二分探索)検索 | tag-binary-search |
493
500
- *+tag_old_static* 削除済み; 静的タグの方法 | tag-old-static |
494
501
- *+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 May 15
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -36,6 +36,12 @@ CTRL-L Clear and redraw the screen. The redraw may happen
36
36
'tabline' includes an item that doesn't trigger
37
37
automatic updating.
38
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
42
+ automatic updating.
43
+
44
+
39
45
*N<Del>*
40
46
<Del> When entering a number: Remove the last digit.
41
47
Note: if you like to use <BS> for this, add this
@@ -491,6 +497,7 @@ N *+statusline* Options 'statusline', 'rulerformat' and special
491
497
- *+sun_workshop* Removed: | workshop |
492
498
N *+syntax* Syntax highlighting | syntax |
493
499
*+system()* Unix only: opposite of | +fork |
500
+ H *+tabpanel* Support for | tabpanel |
494
501
T *+tag_binary* binary searching in tags file | tag-binary-search |
495
502
- *+tag_old_static* Removed; method for static tags | tag-old-static |
496
503
- *+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