1
- *version9.txt* For Vim version 9.1. Last change: 2025 Apr 03
1
+ *version9.txt* For Vim version 9.1. Last change: 2025 Apr 08
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41613,7 +41613,7 @@ Completion: ~
41613
41613
- New option value for 'completeopt':
41614
41614
"nosort" - do not sort completion results
41615
41615
"preinsert" - highlight to be inserted values
41616
- - handle multi-line completion as expected
41616
+ - handle multi-line completion items as expected
41617
41617
- improved commandline completion for the |:hi| command
41618
41618
- New option value for 'wildmode':
41619
41619
"noselect" - do not auto select an entry in the wildmenu
@@ -41629,7 +41629,8 @@ Options: ~
41629
41629
- 'rulerformat' now supports the |stl-%!| item
41630
41630
- use 'smoothscroll' logic for CTRL-F / CTRL-B for pagewise scrolling
41631
41631
and CTRL-D / CTRL-U for half-pagewise scrolling
41632
- - 'pummaxwidth' maximum width for the completion popup menu
41632
+ - New option value for 'fillchars':
41633
+ "trunc" - configure truncation indicator, 'pummaxwidth'
41633
41634
41634
41635
Ex commands: ~
41635
41636
- allow to specify a priority when defining a new sign |:sign-define|
@@ -41729,18 +41730,21 @@ Ex-Commands: ~
41729
41730
41730
41731
Options: ~
41731
41732
41733
+ 'chistory' Size of the quickfix stack |quickfix-stack|.
41732
41734
'completefuzzycollect' Enable fuzzy collection of candiates for (some)
41733
41735
|ins-completion| modes
41734
41736
'completeitemalign' Order of |complete-items| in Insert mode completion
41735
41737
popup
41736
41738
'eventignorewin' autocommand events that are ignored in a window
41737
41739
'findfunc' Vim function to obtain the results for a |:find|
41738
41740
command
41741
+ 'lhistory' Size of the location list stack |quickfix-stack|.
41739
41742
'messagesopt' configure |:messages| and |hit-enter| prompt
41740
- 'winfixbuf ' Keep buffer focused in a window
41743
+ 'pummaxwidth ' maximum width for the completion popup menu
41741
41744
'tabclose' Which tab page to focus after closing a tab page
41742
41745
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
41743
41746
't_CF' Support for alternate font highlighting terminal code
41747
+ 'winfixbuf' Keep buffer focused in a window
41744
41748
41745
41749
==============================================================================
41746
41750
INCOMPATIBLE CHANGES *incompatible-9.2*
0 commit comments