@@ -72,7 +72,7 @@ Command line completion in a popup menu ~
7272Before there was the 'wildmenu' option, which uses the space of one line above
7373the 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
7676for showing many more matches. This requires redrawing more of the display,
7777but since computers are fast enough that is not a problem.
7878
@@ -336,7 +336,7 @@ Hide cursor when sleeping using |:sleep!|.
336336Add "multispace" to 'listchars' to show two or more spaces no matter where
337337they appear. Add "leadmultispace" to 'listchars' to show two or more leading
338338spaces. 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
342342Make '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
2825028250Patch 8.2.4608
28251- Problem: getcompletion() does not work properly when 'wildoptions
28251+ Problem: getcompletion() does not work properly when 'wildoptions'
2825228252 contains "fuzzy".
2825328253Solution: Do not use addstar(). (Yegappan Lakshmanan, closes #9992,
2825428254 closes #9986)
0 commit comments