]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo, reorder, mention zip plugin at :h changed-9.2
authorChristian Brabandt <cb@256bit.org>
Mon, 22 Sep 2025 20:13:29 +0000 (20:13 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 22 Sep 2025 20:13:29 +0000 (20:13 +0000)
Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/version9.txt

index 78c2702eab95d8d16e622d16c8fc9999b18d81d3..1227641a266280fb82379f916830e26680ec3532 100644 (file)
@@ -1,4 +1,4 @@
-*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
@@ -41736,9 +41736,17 @@ Functions: ~
 - |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)
@@ -41765,11 +41773,6 @@ Others: ~
 - |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 ~
 -----