Skip to content

Commit 65ebd53

Browse files
committed
Update by original
1 parent cfdf905 commit 65ebd53

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

doc/options.jax

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 Mar 06
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Mar 11
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -363,6 +363,7 @@ Note: 以下は |global-local| オプションにも適用される。
363363
オプション 理由 ~
364364
'previewwindow' 1つしか存在できない
365365
'scroll' 既存のウィンドウに固有のもの
366+
'winfixbuf' 既存のウィンドウに固有のもの
366367
'winfixheight' 既存のウィンドウに固有のもの
367368
'winfixwidth' 既存のウィンドウに固有のもの
368369

@@ -9508,12 +9509,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる
95089509
*'winfixbuf'*
95099510
'winfixbuf' 'wfb' 切替 (既定ではオフ)
95109511
ウィンドウについてローカル
9511-
有効にすると、バッファとそれを表示するウィンドウがペアになる
9512+
有効にすると、ウィンドウとそれが表示しているバッファがペアになる
95129513
例えば、|:edit| を使用してバッファを変更しようとすると失敗する。
95139514
ウィンドウのバッファを変更する |:cnext| のような他のコマンドも
9514-
'winfixbuf' が有効なウィンドウをスキップする。ただし、コマンドに "!"
9515-
オプションが含まれている場合は、ウィンドウのバッファを強制的に切り替え
9516-
ることができる。
9515+
'winfixbuf' が有効なウィンドウをスキップする。ただし、Ex コマンドに
9516+
"!" 修飾子がある場合は、バッファを強制的に切り替えることができる。
95179517

95189518
*'winfixheight'* *'wfh'* *'nowinfixheight'* *'nowfh'*
95199519
'winfixheight' 'wfh' 切替 (既定ではオフ)

en/options.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Mar 06
1+
*options.txt* For Vim version 9.1. Last change: 2024 Mar 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -333,6 +333,7 @@ created, thus they behave slightly differently:
333333
Option Reason ~
334334
'previewwindow' there can only be a single one
335335
'scroll' specific to existing window
336+
'winfixbuf' specific to existing window
336337
'winfixheight' specific to existing window
337338
'winfixwidth' specific to existing window
338339

@@ -9476,11 +9477,11 @@ A jump table for the options with a short description can be found at |Q_op|.
94769477
*'winfixbuf'*
94779478
'winfixbuf' 'wfb' boolean (default off)
94789479
local to window
9479-
If enabled, the buffer and any window that displays it are paired.
9480+
If enabled, the window and the buffer it is displaying are paired.
94809481
For example, attempting to change the buffer with |:edit| will fail.
94819482
Other commands which change a window's buffer such as |:cnext| will
9482-
also skip any window with 'winfixbuf' enabled. However if a command
9483-
has an "!" option, a window can be forced to switch buffers.
9483+
also skip any window with 'winfixbuf' enabled. However if an Ex
9484+
command has a "!" modifier, it can force switching buffers.
94849485

94859486
*'winfixheight'* *'wfh'* *'nowinfixheight'* *'nowfh'*
94869487
'winfixheight' 'wfh' boolean (default off)

0 commit comments

Comments
 (0)