1- *version9.txt* For Vim version 9.1. Last change: 2025 Apr 08
1+ *version9.txt* For Vim version 9.1. Last change: 2025 Apr 18
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41594,7 +41594,7 @@ Default values: ~
4159441594- the default 'backspace' option for Vim has been set to "indent,eol,start"
4159541595 and removed from |defaults.vim|
4159641596- the default fontsize for the GTK builds of Vim (Windows and Unix) has been
41597- increased to 12pt to accomodate modern high-dpi monitors
41597+ increased to 12pt to accommodate modern high-dpi monitors
4159841598- the default value of the 'keyprotocol' option has been updated and support
4159941599 for the ghostty terminal emulator (using kitty protocol) has been added
4160041600
@@ -41613,10 +41613,17 @@ Completion: ~
4161341613- New option value for 'completeopt':
4161441614 "nosort" - do not sort completion results
4161541615 "preinsert" - highlight to be inserted values
41616+ "nearest" - sort completion results by distance to cursor
4161641617- handle multi-line completion items as expected
4161741618- improved commandline completion for the |:hi| command
4161841619- New option value for 'wildmode':
4161941620 "noselect" - do not auto select an entry in the wildmenu
41621+ - New flags for 'complete':
41622+ "f{func}" - complete using given function
41623+ "f" - complete using 'completefunc'
41624+ "o" - complete using 'omnifunc'
41625+ - allow to limit matches for the 'complete' sources by using the
41626+ "{flag}^<limit>" notation
4162041627
4162141628Options: ~
4162241629- the default for 'commentstring' contains whitespace padding to have
@@ -41630,7 +41637,8 @@ Options: ~
4163041637- use 'smoothscroll' logic for CTRL-F / CTRL-B for pagewise scrolling
4163141638 and CTRL-D / CTRL-U for half-pagewise scrolling
4163241639- New option value for 'fillchars':
41633- "trunc" - configure truncation indicator, 'pummaxwidth'
41640+ "trunc" - configure truncation indicator, 'pummaxwidth'
41641+ "truncrl" - like "trunc" but in 'rl' mode, 'pummaxwidth'
4163441642
4163541643Ex commands: ~
4163641644- allow to specify a priority when defining a new sign |:sign-define|
@@ -41731,7 +41739,7 @@ Ex-Commands: ~
4173141739Options: ~
4173241740
4173341741'chistory' Size of the quickfix stack |quickfix-stack|.
41734- 'completefuzzycollect' Enable fuzzy collection of candiates for (some)
41742+ 'completefuzzycollect' Enable fuzzy collection of candidates for (some)
4173541743 |ins-completion| modes
4173641744'completeitemalign' Order of |complete-items| in Insert mode completion
4173741745 popup
0 commit comments