]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix small errors from rev 2090405de5bb66facc29c74
authorChristian Brabandt <cb@256bit.org>
Wed, 4 Jun 2025 19:40:21 +0000 (21:40 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 4 Jun 2025 19:40:21 +0000 (21:40 +0200)
- 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 <azc100@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/editing.txt
runtime/doc/usr_22.txt

index faef9ec6213189b6170b2add50c100a19f2ca14e..dbb991e56b24535df6c3a396b25c061faa1bb01c 100644 (file)
@@ -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\t(*)\t*\n"
+       All Files\t(*)\t*\n
 <
 on other platforms, so that the user can still access any desired file.
 
index c6bc5d233ab090ccc651ad4b00de7cde662fef6a..c0ab47af811ca1bc608e5245b7b013f9ec8a8d67 100644 (file)
@@ -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
   " ===========================================================================
   ../
   ./