Skip to content

Update various.{txt,jax} #2091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doc/various.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -36,6 +36,11 @@ CTRL-L 画面を消去して再描画します。すでに入力されてい
い項目が含まれている場合に、タブページ行を更新するのに
便利です。

*E1547* *:redrawtabp* *:redrawtabpanel*
:redrawtabp[anel] タブパネルを再描画します。'tabpanel' に自動更新されな
い項目が含まれている場合に、タブパネルを更新するのに便
利です。

*N<Del>*
<Del> ノーマルモードで数値 (|count|) を入力しているときは、
数字の最後の桁を削除します。
Expand Down Expand Up @@ -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* 削除済み; タグファイル内の空白を許すためのものだった
Expand Down
8 changes: 7 additions & 1 deletion en/various.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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<Del>*
Expand Down Expand Up @@ -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
Expand Down