|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -333,6 +333,7 @@ created, thus they behave slightly differently:
|
333 | 333 | Option Reason ~
|
334 | 334 | 'previewwindow' there can only be a single one
|
335 | 335 | 'scroll' specific to existing window
|
| 336 | + 'winfixbuf' specific to existing window |
336 | 337 | 'winfixheight' specific to existing window
|
337 | 338 | 'winfixwidth' specific to existing window
|
338 | 339 |
|
@@ -9476,11 +9477,11 @@ A jump table for the options with a short description can be found at |Q_op|.
|
9476 | 9477 | *'winfixbuf'*
|
9477 | 9478 | 'winfixbuf' 'wfb' boolean (default off)
|
9478 | 9479 | 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. |
9480 | 9481 | For example, attempting to change the buffer with |:edit| will fail.
|
9481 | 9482 | 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. |
9484 | 9485 |
|
9485 | 9486 | *'winfixheight'* *'wfh'* *'nowinfixheight'* *'nowfh'*
|
9486 | 9487 | 'winfixheight' 'wfh' boolean (default off)
|
|
0 commit comments