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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41613,7 +41613,7 @@ Completion: ~
4161341613- New option value for 'completeopt':
4161441614 "nosort" - do not sort completion results
4161541615 "preinsert" - highlight to be inserted values
41616- - handle multi-line completion as expected
41616+ - handle multi-line completion items as expected
4161741617- improved commandline completion for the |:hi| command
4161841618- New option value for 'wildmode':
4161941619 "noselect" - do not auto select an entry in the wildmenu
@@ -41629,7 +41629,8 @@ Options: ~
4162941629- 'rulerformat' now supports the |stl-%!| item
4163041630- use 'smoothscroll' logic for CTRL-F / CTRL-B for pagewise scrolling
4163141631 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'
4163341634
4163441635Ex commands: ~
4163541636- allow to specify a priority when defining a new sign |:sign-define|
@@ -41729,18 +41730,21 @@ Ex-Commands: ~
4172941730
4173041731Options: ~
4173141732
41733+ 'chistory' Size of the quickfix stack |quickfix-stack|.
4173241734'completefuzzycollect' Enable fuzzy collection of candiates for (some)
4173341735 |ins-completion| modes
4173441736'completeitemalign' Order of |complete-items| in Insert mode completion
4173541737 popup
4173641738'eventignorewin' autocommand events that are ignored in a window
4173741739'findfunc' Vim function to obtain the results for a |:find|
4173841740 command
41741+ 'lhistory' Size of the location list stack |quickfix-stack|.
4173941742'messagesopt' configure |:messages| and |hit-enter| prompt
41740- 'winfixbuf ' Keep buffer focused in a window
41743+ 'pummaxwidth ' maximum width for the completion popup menu
4174141744'tabclose' Which tab page to focus after closing a tab page
4174241745't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
4174341746't_CF' Support for alternate font highlighting terminal code
41747+ 'winfixbuf' Keep buffer focused in a window
4174441748
4174541749==============================================================================
4174641750INCOMPATIBLE CHANGES *incompatible-9.2*
0 commit comments