Skip to content

Commit 36d9934

Browse files
authored
Merge pull request #2091 from h-east/update-various
Update various.{txt,jax}
2 parents 8551ea5 + 5e9a9fc commit 36d9934

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

doc/various.jax

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21
1+
*various.txt* For Vim バージョン 9.1. Last change: 2025 Jun 07
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -36,6 +36,11 @@ CTRL-L 画面を消去して再描画します。すでに入力されてい
3636
い項目が含まれている場合に、タブページ行を更新するのに
3737
便利です。
3838

39+
*E1547* *:redrawtabp* *:redrawtabpanel*
40+
:redrawtabp[anel] タブパネルを再描画します。'tabpanel' に自動更新されな
41+
い項目が含まれている場合に、タブパネルを更新するのに便
42+
利です。
43+
3944
*N<Del>*
4045
<Del> ノーマルモードで数値 (|count|) を入力しているときは、
4146
数字の最後の桁を削除します。
@@ -489,6 +494,7 @@ N *+statusline* オプション'statusline'、'rulerformat'と、
489494
- *+sun_workshop* 削除済み; |workshop|
490495
N *+syntax* 構文強調 |syntax|
491496
*+system()* Unix のみ: |+fork|の反対
497+
H *+tabpanel* |tabpanel| のサポート
492498
T *+tag_binary* タグファイル内の高速(二分探索)検索 |tag-binary-search|
493499
- *+tag_old_static* 削除済み; 静的タグの方法 |tag-old-static|
494500
- *+tag_any_white* 削除済み; タグファイル内の空白を許すためのものだった

en/various.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,6 +34,11 @@ CTRL-L Clear and redraw the screen. The redraw may happen
3434
*:redrawt* *:redrawtabline*
3535
:redrawt[abline] Redraw the tabline. Useful to update the tabline when
3636
'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
3742
automatic updating.
3843

3944
*N<Del>*
@@ -491,6 +496,7 @@ N *+statusline* Options 'statusline', 'rulerformat' and special
491496
- *+sun_workshop* Removed: |workshop|
492497
N *+syntax* Syntax highlighting |syntax|
493498
*+system()* Unix only: opposite of |+fork|
499+
H *+tabpanel* Support for |tabpanel|
494500
T *+tag_binary* binary searching in tags file |tag-binary-search|
495501
- *+tag_old_static* Removed; method for static tags |tag-old-static|
496502
- *+tag_any_white* Removed; was to allow any white space in tags files

0 commit comments

Comments
 (0)