diff --git a/doc/various.jax b/doc/various.jax index a2ff41d31..8ba89e1a0 100644 --- a/doc/various.jax +++ b/doc/various.jax @@ -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 @@ -570,7 +570,7 @@ N *+X11* Unix のみ: ウィンドウタイトルを復帰可能 |X11| は、{pat} 内に使われない限り、非ID文字 (|'isident'|) で代用できます。パターンを囲む文字を省略した場合は、パ ターンにバー文字 {訳注: "|"} を含むことはできなくなり - ます。 + ます。'ignorecase' は使われません。 パターンは出力に部分一致でマッチするので、行全体に マッチするパターンを指定する必要はありません。一部のコ diff --git a/doc/version8.jax b/doc/version8.jax index d5a1bd407..ac694c10d 100644 --- a/doc/version8.jax +++ b/doc/version8.jax @@ -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 diff --git a/doc/windows.jax b/doc/windows.jax index 6f4a9f134..0024fabce 100644 --- a/doc/windows.jax +++ b/doc/windows.jax @@ -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 @@ -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` で別 のウィンドウを作るのと同様で、違いは新しいウィンドウにカレント ウィンドウの中身が使われるということだけである。 @@ -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桁にする (デフォルト:可能な限り広く する) @@ -808,7 +808,7 @@ Note: ":next" は例外である。なぜならこのコマンドは Vi との 例: > - :windo set nolist nofoldcolumn | normal zn + :windo set nolist foldcolumn=0 | normal! zn これは 'list' オプションをリセットし全てのウィンドウの折り畳みを無効化する。 > @@ -816,7 +816,7 @@ Note: ":next" は例外である。なぜならこのコマンドは Vi との これは各バッファの 'fileencoding' をリセットし、バッファに変更があったらそれを 保存する。結果として、すべてのバッファが同じ 'encoding' のエンコーディングを使 -用する (変換がうまくいったとすれば)。 +用する (変換が成功した場合)。 ============================================================================== 9. カーソル位置のタグ名/ファイル名 *window-tag* diff --git a/en/various.txt b/en/various.txt index c60b1aa50..76a8f5d3c 100644 --- a/en/various.txt +++ b/en/various.txt @@ -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 @@ -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 @@ -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 diff --git a/en/version8.txt b/en/version8.txt index 67ca8a0ba..ab4b7d806 100644 --- a/en/version8.txt +++ b/en/version8.txt @@ -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 diff --git a/en/windows.txt b/en/windows.txt index 69de9bafe..d0d67f800 100644 --- a/en/windows.txt +++ b/en/windows.txt @@ -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 @@ -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* @@ -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 @@ -790,7 +790,7 @@ 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. > @@ -798,7 +798,7 @@ This resets the 'list' option and disables folding in all windows. > 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*