Skip to content

Update {various,version8,windows}.{txt,jax} #907

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
May 6, 2021
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
4 changes: 2 additions & 2 deletions doc/various.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*various.txt* For Vim バージョン 8.2. Last change: 2021 Jan 26
*various.txt* For Vim バージョン 8.2. Last change: 2021 Mar 23


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -570,7 +570,7 @@ N *+X11* Unix のみ: ウィンドウタイトルを復帰可能 |X11|
は、{pat} 内に使われない限り、非ID文字 (|'isident'|)
で代用できます。パターンを囲む文字を省略した場合は、パ
ターンにバー文字 {訳注: "|"} を含むことはできなくなり
ます。
ます。'ignorecase' は使われません。

パターンは出力に部分一致でマッチするので、行全体に
マッチするパターンを指定する必要はありません。一部のコ
Expand Down
2 changes: 1 addition & 1 deletion doc/version8.jax
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ Files: runtime/doc/change.txt, runtime/doc/eval.txt,

Patch 7.4.219
Problem: When 'relativenumber' or 'cursorline' are set the window is
redrawn much to often. (Patrick Hemmer, Dominique Pelle)
redrawn much too often. (Patrick Hemmer, Dominique Pelle)
Solution: Check the VALID_CROW flag instead of VALID_WROW.
Files: src/move.c

Expand Down
12 changes: 6 additions & 6 deletions doc/windows.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*windows.txt* For Vim バージョン 8.2. Last change: 2021 Feb 06
*windows.txt* For Vim バージョン 8.2. Last change: 2021 Apr 10


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -528,13 +528,13 @@ CTRL-W J カレントウィンドウを最下段に移動し、幅を最大に

*CTRL-W_H*
CTRL-W H カレントウィンドウを最左列に移動し、高さを最大にする。これは、
カレントウィンドウを閉じ、それから ":vert topleft split" で別
カレントウィンドウを閉じ、それから `:vert topleft split` で別
のウィンドウを作るのと同様で、違いは新しいウィンドウにカレント
ウィンドウの中身が使われるということだけである。

*CTRL-W_L*
CTRL-W L カレントウィンドウを最右列に移動し、高さを最大にする。これは、
カレントウィンドウを閉じ、それから ":vert botright split" で別
カレントウィンドウを閉じ、それから `:vert botright split` で別
のウィンドウを作るのと同様で、違いは新しいウィンドウにカレント
ウィンドウの中身が使われるということだけである。

Expand Down Expand Up @@ -579,7 +579,7 @@ CTRL-W < カレントウィンドウの幅を N (デフォルトは1) 桁分減
*CTRL-W_>*
CTRL-W > カレントウィンドウの幅を N (デフォルトは1) 桁分増やす。

:vertical res[ize] [N] *:vertical-resize* *CTRL-W_bar*
:vert[ical] res[ize] [N] *:vertical-resize* *CTRL-W_bar*
CTRL-W | カレントウィンドウの幅を N桁にする (デフォルト:可能な限り広く
する)

Expand Down Expand Up @@ -808,15 +808,15 @@ Note: ":next" は例外である。なぜならこのコマンドは Vi との

例: >

:windo set nolist nofoldcolumn | normal zn
:windo set nolist foldcolumn=0 | normal! zn

これは 'list' オプションをリセットし全てのウィンドウの折り畳みを無効化する。
>
:bufdo set fileencoding= | update

これは各バッファの 'fileencoding' をリセットし、バッファに変更があったらそれを
保存する。結果として、すべてのバッファが同じ 'encoding' のエンコーディングを使
用する (変換がうまくいったとすれば)。
用する (変換が成功した場合)。

==============================================================================
9. カーソル位置のタグ名/ファイル名 *window-tag*
Expand Down
6 changes: 3 additions & 3 deletions en/various.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*various.txt* For Vim version 8.2. Last change: 2021 Jan 26
*various.txt* For Vim version 8.2. Last change: 2021 Mar 23


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -572,7 +572,7 @@ N *+X11* Unix only: can restore window title |X11|
it in / any non-ID character (see |'isident'|) can be
used, so long as it does not appear in {pat}. Without
the enclosing character the pattern cannot include the
bar character.
bar character. 'ignorecase' is not used.

The pattern is matched against the relevant part of
the output, not necessarily the whole line. Only some
Expand Down Expand Up @@ -724,7 +724,7 @@ K Run a program to lookup the keyword under the
feature}

*:sl!* *:sleep!*
:[N]sl[eep]! [N] [m] Same as above, but hide the cursor
:[N]sl[eep]! [N] [m] Same as above, but hide the cursor.

*:xrestore* *:xr*
:xr[estore] [display] Reinitializes the connection to the X11 server. Useful
Expand Down
2 changes: 1 addition & 1 deletion en/version8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@ Files: runtime/doc/change.txt, runtime/doc/eval.txt,

Patch 7.4.219
Problem: When 'relativenumber' or 'cursorline' are set the window is
redrawn much to often. (Patrick Hemmer, Dominique Pelle)
redrawn much too often. (Patrick Hemmer, Dominique Pelle)
Solution: Check the VALID_CROW flag instead of VALID_WROW.
Files: src/move.c

Expand Down
12 changes: 6 additions & 6 deletions en/windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*windows.txt* For Vim version 8.2. Last change: 2021 Feb 06
*windows.txt* For Vim version 8.2. Last change: 2021 Apr 10


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -521,14 +521,14 @@ CTRL-W J Move the current window to be at the very bottom, using the
CTRL-W H Move the current window to be at the far left, using the
full height of the screen. This works like closing the
current window and then creating another one with
":vert topleft split", except that the current window contents
`:vert topleft split`, except that the current window contents
is used for the new window.

*CTRL-W_L*
CTRL-W L Move the current window to be at the far right, using the full
height of the screen. This works like closing the
current window and then creating another one with
":vert botright split", except that the current window
`:vert botright split`, except that the current window
contents is used for the new window.

*CTRL-W_T*
Expand Down Expand Up @@ -571,7 +571,7 @@ CTRL-W < Decrease current window width by N (default 1).
*CTRL-W_>*
CTRL-W > Increase current window width by N (default 1).

:vertical res[ize] [N] *:vertical-resize* *CTRL-W_bar*
:vert[ical] res[ize] [N] *:vertical-resize* *CTRL-W_bar*
CTRL-W | Set current window width to N (default: widest possible).

You can also resize a window by dragging a status line up or down with the
Expand Down Expand Up @@ -790,15 +790,15 @@ can also get to them with the buffer list commands, like ":bnext".

Examples: >

:windo set nolist nofoldcolumn | normal zn
:windo set nolist foldcolumn=0 | normal! zn

This resets the 'list' option and disables folding in all windows. >

:bufdo set fileencoding= | update

This resets the 'fileencoding' in each buffer and writes it if this changed
the buffer. The result is that all buffers will use the 'encoding' encoding
(if conversion works properly).
(if conversion succeeds).

==============================================================================
9. Tag or file name under the cursor *window-tag*
Expand Down