mirror of
https://github.com/vim/vim.git
synced 2025-08-26 20:03:41 -04:00
runtime(doc): rename wrong option to 'pummaxwidth'
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
adcfb6caeb
commit
2525573de7
@ -1,4 +1,4 @@
|
|||||||
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 07
|
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 08
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -41735,16 +41735,16 @@ Options: ~
|
|||||||
|ins-completion| modes
|
|ins-completion| modes
|
||||||
'completeitemalign' Order of |complete-items| in Insert mode completion
|
'completeitemalign' Order of |complete-items| in Insert mode completion
|
||||||
popup
|
popup
|
||||||
'completemaxwidth' maximum width for the completion popup menu
|
|
||||||
'eventignorewin' autocommand events that are ignored in a window
|
'eventignorewin' autocommand events that are ignored in a window
|
||||||
'findfunc' Vim function to obtain the results for a |:find|
|
'findfunc' Vim function to obtain the results for a |:find|
|
||||||
command
|
command
|
||||||
'lhistory' Size of the location list stack |quickfix-stack|.
|
'lhistory' Size of the location list stack |quickfix-stack|.
|
||||||
'messagesopt' configure |:messages| and |hit-enter| prompt
|
'messagesopt' configure |:messages| and |hit-enter| prompt
|
||||||
'winfixbuf' Keep buffer focused in a window
|
'pummaxwidth' maximum width for the completion popup menu
|
||||||
'tabclose' Which tab page to focus after closing a tab page
|
'tabclose' Which tab page to focus after closing a tab page
|
||||||
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
|
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
|
||||||
't_CF' Support for alternate font highlighting terminal code
|
't_CF' Support for alternate font highlighting terminal code
|
||||||
|
'winfixbuf' Keep buffer focused in a window
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
INCOMPATIBLE CHANGES *incompatible-9.2*
|
INCOMPATIBLE CHANGES *incompatible-9.2*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user