]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix inconsistent indent in cmdline.txt
authorzeertzjq <zeertzjq@outlook.com>
Wed, 24 Sep 2025 18:01:29 +0000 (18:01 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 24 Sep 2025 18:01:29 +0000 (18:01 +0000)
Also fix typo in autoload/netrw.vim.

related: #18371
closes: #18376

Signed-off-by: Christian Brabandt <cb@256bit.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/cmdline.txt
runtime/pack/dist/opt/netrw/autoload/netrw.vim

index 88a4e13368963bade62527109773004463c12503..2781f8a4561355b63f49fd2911ead0f7844ac54b 100644 (file)
@@ -1425,10 +1425,10 @@ file picker: >
 
        set findfunc=Find
        func Find(arg, _)
-          if empty(s:filescache)
-            let s:filescache = globpath('.', '**', 1, 1)
-            call filter(s:filescache, '!isdirectory(v:val)')
-            call map(s:filescache, "fnamemodify(v:val, ':.')")
+         if empty(s:filescache)
+           let s:filescache = globpath('.', '**', 1, 1)
+           call filter(s:filescache, '!isdirectory(v:val)')
+           call map(s:filescache, "fnamemodify(v:val, ':.')")
          endif
          return a:arg == '' ? s:filescache : matchfuzzy(s:filescache, a:arg)
        endfunc
index 9b0ffe51057090f779859f97c91ca947485009b3..ba5116baa3844a581614b360e5a109bc806f2222 100644 (file)
@@ -8,7 +8,7 @@
 " 2025 Sep 05 by Vim Project ensure netrw#fs#Dirname() returns trailing slash #18199
 " 2025 Sep 11 by Vim Project only keep cursor position in tree mode #18275
 " 2025 Sep 17 by Vim Project tighten the regex to handle remote compressed archives #18318
-" 2025 Sep 18 by Vim Project equalalwayse not always respected #18358
+" 2025 Sep 18 by Vim Project 'equalalways' not always respected #18358
 " Copyright:  Copyright (C) 2016 Charles E. Campbell {{{1
 "             Permission is hereby granted to use and distribute this code,
 "             with or without modifications, provided that this copyright