1
0
forked from aniani/vim

runtime(doc): Add missing 'wfb' (winfixbuf) tag

closes: #17455

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns 2025-06-05 21:18:09 +02:00 committed by Christian Brabandt
parent 8cd42a58b4
commit 002548b81e
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2025 Jun 04
*options.txt* For Vim version 9.1. Last change: 2025 Jun 05
VIM REFERENCE MANUAL by Bram Moolenaar
@ -9870,7 +9870,7 @@ A jump table for the options with a short description can be found at |Q_op|.
Note: Do not confuse this with the height of the Vim window, use
'lines' for that.
*'winfixbuf'*
*'winfixbuf'* *'wfb'*
'winfixbuf' 'wfb' boolean (default off)
local to window
If enabled, the window and the buffer it is displaying are paired.

View File

@ -1305,6 +1305,7 @@ $quote eval.txt /*$quote*
'wcr' options.txt /*'wcr'*
'wd' options.txt /*'wd'*
'weirdinvert' options.txt /*'weirdinvert'*
'wfb' options.txt /*'wfb'*
'wfh' options.txt /*'wfh'*
'wfw' options.txt /*'wfw'*
'wh' options.txt /*'wh'*