Patch 9.1.1201 Problem: 'completefuzzycollect' does not handle dictionary correctly Solution: check for ctrl_x_mode_dictionary (glepnir)
runtime(doc): make :h 'completefuzzycollect' a bit clearer - Fix grammar
- Use "matches" instead of "items" ("completion candidates" is used in
some other places, but it's a bit verbose)
- "When set" is a bit vague, instead use "For specified modes"
Patch 9.1.1200 Problem: Cmdline pum not cleared for input() completion. Solution: Temporary reset RedrawingDisabled in cmdline_pum_cleanup(),
like what is done in wildmenu_cleanup() (zeertzjq).
Patch 9.1.1199 Problem: Many X11/Wayland desktops support icon themes, and many themes
provide a gvim icon, but this icon is ignored for the window
itself because it is hardcoded in the source code. Solution: Read the icon from the theme instead (Aurelien Gateau).
Patch 9.1.1198 Problem: [security]: potential data loss with zip.vim and special
crafted zip files (RyotaK) Solution: use glob '[-]' to protect filenames starting with '-'