Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
9 changes: 8 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 May 15


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

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


*N<Del>*
<Del> ノーマルモードで数値 (|count|) を入力しているときは、
数字の最後の桁を削除します。
Expand Down Expand Up @@ -489,6 +495,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
9 changes: 8 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 May 15


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -36,6 +36,12 @@ CTRL-L Clear and redraw the screen. The redraw may happen
'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>*
<Del> When entering a number: Remove the last digit.
Note: if you like to use <BS> for this, add this
Expand Down Expand Up @@ -491,6 +497,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