runtime(doc): fix inconsistent indent in cmdline.txt
Commit:
https://github.com/vim/vim/commit/1ae980a9cb8d8cb5e5897f3708ddeb7c8c0555bd
Author: zeertzjq <[email protected]>
Date: Wed Sep 24 18:01:29 2025 +0000
runtime(doc): fix inconsistent indent in cmdline.txt
Also fix typo in autoload/netrw.vim.
related: #18371
closes: #18376
Signed-off-by: Christian Brabandt <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index 88a4e1336..2781f8a45 100644
--- a/runtime/doc/cmdline.txt
+++ b/runtime/doc/cmdline.txt
@@ -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
diff --git a/runtime/pack/dist/opt/netrw/autoload/netrw.vim
b/runtime/pack/dist/opt/netrw/autoload/netrw.vim
index 9b0ffe510..ba5116baa 100644
--- a/runtime/pack/dist/opt/netrw/autoload/netrw.vim
+++ b/runtime/pack/dist/opt/netrw/autoload/netrw.vim
@@ -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
--
--
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/E1v1U1B-0099Q3-TD%40256bit.org.