Skip to content

Commit d1e27ea

Browse files
authored
Merge pull request #907 from tsuyoshicho/update/misc-20210429
Update {various,version8,windows}.{txt,jax}
2 parents c0a2116 + ca54739 commit d1e27ea

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

doc/various.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 8.2. Last change: 2021 Jan 26
1+
*various.txt* For Vim バージョン 8.2. Last change: 2021 Mar 23
22

33

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

575575
パターンは出力に部分一致でマッチするので、行全体に
576576
マッチするパターンを指定する必要はありません。一部のコ

doc/version8.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ Files: runtime/doc/change.txt, runtime/doc/eval.txt,
17791779

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

doc/windows.jax

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim バージョン 8.2. Last change: 2021 Feb 06
1+
*windows.txt* For Vim バージョン 8.2. Last change: 2021 Apr 10
22

33

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

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

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

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

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

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

809809
例: >
810810
811-
:windo set nolist nofoldcolumn | normal zn
811+
:windo set nolist foldcolumn=0 | normal! zn
812812
813813
これは 'list' オプションをリセットし全てのウィンドウの折り畳みを無効化する。
814814
>
815815
:bufdo set fileencoding= | update
816816
817817
これは各バッファの 'fileencoding' をリセットし、バッファに変更があったらそれを
818818
保存する。結果として、すべてのバッファが同じ 'encoding' のエンコーディングを使
819-
用する (変換がうまくいったとすれば)。
819+
用する (変換が成功した場合)。
820820

821821
==============================================================================
822822
9. カーソル位置のタグ名/ファイル名 *window-tag*

en/various.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 8.2. Last change: 2021 Jan 26
1+
*various.txt* For Vim version 8.2. Last change: 2021 Mar 23
22

33

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

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

726726
*:sl!* *:sleep!*
727-
:[N]sl[eep]! [N] [m] Same as above, but hide the cursor
727+
:[N]sl[eep]! [N] [m] Same as above, but hide the cursor.
728728

729729
*:xrestore* *:xr*
730730
:xr[estore] [display] Reinitializes the connection to the X11 server. Useful

en/version8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ Files: runtime/doc/change.txt, runtime/doc/eval.txt,
17761776

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

en/windows.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim version 8.2. Last change: 2021 Feb 06
1+
*windows.txt* For Vim version 8.2. Last change: 2021 Apr 10
22

33

44
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
521521
CTRL-W H Move the current window to be at the far left, using the
522522
full height of the screen. This works like closing the
523523
current window and then creating another one with
524-
":vert topleft split", except that the current window contents
524+
`:vert topleft split`, except that the current window contents
525525
is used for the new window.
526526

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

534534
*CTRL-W_T*
@@ -571,7 +571,7 @@ CTRL-W < Decrease current window width by N (default 1).
571571
*CTRL-W_>*
572572
CTRL-W > Increase current window width by N (default 1).
573573

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

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

791791
Examples: >
792792
793-
:windo set nolist nofoldcolumn | normal zn
793+
:windo set nolist foldcolumn=0 | normal! zn
794794
795795
This resets the 'list' option and disables folding in all windows. >
796796
797797
:bufdo set fileencoding= | update
798798
799799
This resets the 'fileencoding' in each buffer and writes it if this changed
800800
the buffer. The result is that all buffers will use the 'encoding' encoding
801-
(if conversion works properly).
801+
(if conversion succeeds).
802802

803803
==============================================================================
804804
9. Tag or file name under the cursor *window-tag*

0 commit comments

Comments
 (0)