Skip to content

Commit a5d49f9

Browse files
committed
version9.txt: Update Vim 9.0.0636
1 parent 1c7ed4e commit a5d49f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/version9.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Command line completion in a popup menu ~
7272
Before there was the 'wildmenu' option, which uses the space of one line above
7373
the statusline to show matches. Only a few matches fit there.
7474

75-
Now a popup menu can be used by setting "wildoptions' to "pum". This allows
75+
Now a popup menu can be used by setting 'wildoptions' to "pum". This allows
7676
for showing many more matches. This requires redrawing more of the display,
7777
but since computers are fast enough that is not a problem.
7878

@@ -336,7 +336,7 @@ Hide cursor when sleeping using |:sleep!|.
336336
Add "multispace" to 'listchars' to show two or more spaces no matter where
337337
they appear. Add "leadmultispace" to 'listchars' to show two or more leading
338338
spaces. Add "lead" to 'listchars' to set the character used to show leading
339-
spaces. Support specifying a character using the hexdecimal notation in
339+
spaces. Support specifying a character using the hexadecimal notation in
340340
'listchars' (\x, \u and \U).
341341

342342
Make 'listchars', 'virtualedit' and 'thesaurusfunc' global-local options.
@@ -28248,7 +28248,7 @@ Files: runtime/doc/repeat.txt, src/scriptfile.c, src/vim9script.c,
2824828248
src/proto/vim9script.pro, src/testdir/test_source.vim
2824928249

2825028250
Patch 8.2.4608
28251-
Problem: getcompletion() does not work properly when 'wildoptions
28251+
Problem: getcompletion() does not work properly when 'wildoptions'
2825228252
contains "fuzzy".
2825328253
Solution: Do not use addstar(). (Yegappan Lakshmanan, closes #9992,
2825428254
closes #9986)

0 commit comments

Comments
 (0)