diff --git a/doc/various.jax b/doc/various.jax index 7632f5881..2c136b055 100644 --- a/doc/various.jax +++ b/doc/various.jax @@ -1,4 +1,4 @@ -*various.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21 +*various.txt* For Vim バージョン 9.1. Last change: 2025 Jun 07 VIM リファレンスマニュアル by Bram Moolenaar @@ -36,6 +36,11 @@ CTRL-L 画面を消去して再描画します。すでに入力されてい い項目が含まれている場合に、タブページ行を更新するのに 便利です。 + *E1547* *:redrawtabp* *:redrawtabpanel* +:redrawtabp[anel] タブパネルを再描画します。'tabpanel' に自動更新されな + い項目が含まれている場合に、タブパネルを更新するのに便 + 利です。 + *N* ノーマルモードで数値 (|count|) を入力しているときは、 数字の最後の桁を削除します。 @@ -489,6 +494,7 @@ N *+statusline* オプション'statusline'、'rulerformat'と、 - *+sun_workshop* 削除済み; |workshop| N *+syntax* 構文強調 |syntax| *+system()* Unix のみ: |+fork|の反対 +H *+tabpanel* |tabpanel| のサポート T *+tag_binary* タグファイル内の高速(二分探索)検索 |tag-binary-search| - *+tag_old_static* 削除済み; 静的タグの方法 |tag-old-static| - *+tag_any_white* 削除済み; タグファイル内の空白を許すためのものだった diff --git a/en/various.txt b/en/various.txt index b68c336f3..f6c0ae9ae 100644 --- a/en/various.txt +++ b/en/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 9.1. Last change: 2025 Apr 21 +*various.txt* For Vim version 9.1. Last change: 2025 Jun 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -34,6 +34,11 @@ CTRL-L Clear and redraw the screen. The redraw may happen *:redrawt* *:redrawtabline* :redrawt[abline] Redraw the tabline. Useful to update the tabline when 'tabline' includes an item that doesn't trigger + automatic updating. + + *E1547* *:redrawtabp* *:redrawtabpanel* +:redrawtabp[anel] Redraw the tabpanel Useful to update the tabpanel + when 'tabpanel' includes an item that doesn't trigger automatic updating. *N* @@ -491,6 +496,7 @@ N *+statusline* Options 'statusline', 'rulerformat' and special - *+sun_workshop* Removed: |workshop| N *+syntax* Syntax highlighting |syntax| *+system()* Unix only: opposite of |+fork| +H *+tabpanel* Support for |tabpanel| T *+tag_binary* binary searching in tags file |tag-binary-search| - *+tag_old_static* Removed; method for static tags |tag-old-static| - *+tag_any_white* Removed; was to allow any white space in tags files