runtime(doc): fix small errors from rev 2090405de5bb66facc29c74
Commit:
https://github.com/vim/vim/commit/dfed077e06600df6ae71b06df273a4280dd76ff2
Author: Christian Brabandt <[email protected]>
Date: Wed Jun 4 21:40:21 2025 +0200
runtime(doc): fix small errors from rev 2090405de5bb66facc29c74
- update the netrw window to current version (and trim it slightly to 80
chars)
- remove a trailing double quote
Co-authored-by: Antonio Giovanni Colombo <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index faef9ec62..dbb991e56 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1,4 +1,4 @@
-*editing.txt* For Vim version 9.1. Last change: 2025 Jun 03
+*editing.txt* For Vim version 9.1. Last change: 2025 Jun 04
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1348,7 +1348,7 @@ may want to add >
<
as the final filter on Windows or >
- All Files (*) *
"
+ All Files (*) *
<
on other platforms, so that the user can still access any desired file.
diff --git a/runtime/doc/usr_22.txt b/runtime/doc/usr_22.txt
index c6bc5d233..c0ab47af8 100644
--- a/runtime/doc/usr_22.txt
+++ b/runtime/doc/usr_22.txt
@@ -1,4 +1,4 @@
-*usr_22.txt* For Vim version 9.1. Last change: 2025 Jun 03
+*usr_22.txt* For Vim version 9.1. Last change: 2025 Jun 04
VIM USER MANUAL - by Bram Moolenaar
@@ -27,13 +27,15 @@ Vim has a plugin that makes it possible to edit a
directory. Try this: >
:edit .
Through the magic of autocommands and Vim scripts, the window will be filled
-with the contents of the directory. It looks like this: >
+with the contents of the directory. It looks like this (slightly cleaned up
+so that it fits within 80 chars): >
" ===========================================================================
- " Netrw Directory Listing (netrw v109)
+ " Netrw Directory Listing (netrw v180)
+ " /path/to/vim/runtime/doc
" Sorted by name
- " Sort sequence: [\/]$,\.h$,\.c$,\.cpp$,*,\.info$,\.swp$,\.o$\.obj$,\.bak$
- " Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec
+ " Sort sequence: [\/]$,*,\(\.bak\|\~\|\.o\|\.h\|\.info\|\.swp\)[*@]\=$
+ " Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:special
" ===========================================================================
../
./
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1uMu2p-0004LH-Dc%40256bit.org.