0
0
mirror of https://github.com/vim/vim.git synced 2025-08-23 19:34:27 -04:00

runtime(netrw): change indent size from 1 to 2

closes: #16248

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Luca Saccarola 2024-12-19 20:16:18 +01:00 committed by Christian Brabandt
parent 3baf19a2b1
commit c363ca1ecd
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 8531 additions and 8529 deletions

View File

@ -41,6 +41,7 @@
" 2024 Dec 04 by Vim Project: do not detach for gvim (#16168)
" 2024 Dec 08 by Vim Project: check the first arg of netrw_browsex_viewer for being executable (#16185)
" 2024 Dec 12 by Vim Project: do not pollute the search history (#16206)
" 2024 Dec 19 by Vim Project: change style (#16248)
" }}}
" Former Maintainer: Charles E Campbell
" GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim
@ -11988,4 +11989,4 @@ unlet s:keepcpo
" ===============
" Modelines: {{{1
" ===============
" vim:ts=8 fdm=marker
" vim:ts=8 sts=2 sw=2 et fdm=marker

View File

@ -7,6 +7,7 @@
" 2024 Oct 27 by Vim Project: cleanup gx mapping
" 2024 Oct 28 by Vim Project: further improvements
" 2024 Oct 31 by Vim Project: use autoloaded functions
" 2024 Dec 19 by Vim Project: change style (#16248)
" Former Maintainer: Charles E Campbell
" GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim
" Copyright: Copyright (C) 1999-2021 Charles E. Campbell {{{1
@ -230,4 +231,4 @@ endfun
" Modelines And Restoration: {{{1
let &cpo= s:keepcpo
unlet s:keepcpo
" vim:ts=8 fdm=marker
" vim:ts=8 sts=2 sw=2 et fdm=marker