-*version9.txt* For Vim version 9.1. Last change: 2025 Sep 21
+*version9.txt* For Vim version 9.1. Last change: 2025 Sep 22
VIM REFERENCE MANUAL by Bram Moolenaar
- |matchfuzzy()| and |matchfuzzypos()| use an improved fuzzy matching
algorithm (same as fzy).
- |sha256()| also accepts a |Blob| as argument.
-- |listener_add()| allows to register un-buffered listeners, so that chagnes
+- |listener_add()| allows to register un-buffered listeners, so that changes
are handled as soon as they happen.
+Plugins~
+- |zip| plugin works with PowerShell Core.
+
+Platform specific ~
+- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
+ absolute paths (to the current drive) and no longer relative.
+- macOS: increase default scheduler priority to TASK_DEFAULT_APPLICATION.
+
Others: ~
- the regex engines match correctly case-insensitive multi-byte characters
(and apply proper case folding)
- |min()|/|max()| can handle all comparable data types.
- Vim triggers the |TermResponseAll| autocommand for any terminal OSC value.
-Platform specific ~
-- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
- absolute paths (to the current drive) and no longer relative.
-- macOS: increase default scheduler priority to TASK_DEFAULT_APPLICATION.
-
*added-9.2*
Added ~
-----