mirror of
https://github.com/vim/vim.git
synced 2025-08-24 19:45:50 -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:
parent
3baf19a2b1
commit
c363ca1ecd
@ -41,6 +41,7 @@
|
|||||||
" 2024 Dec 04 by Vim Project: do not detach for gvim (#16168)
|
" 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 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 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
|
" Former Maintainer: Charles E Campbell
|
||||||
" GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim
|
" GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim
|
||||||
@ -11988,4 +11989,4 @@ unlet s:keepcpo
|
|||||||
" ===============
|
" ===============
|
||||||
" Modelines: {{{1
|
" Modelines: {{{1
|
||||||
" ===============
|
" ===============
|
||||||
" vim:ts=8 fdm=marker
|
" vim:ts=8 sts=2 sw=2 et fdm=marker
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
" 2024 Oct 27 by Vim Project: cleanup gx mapping
|
" 2024 Oct 27 by Vim Project: cleanup gx mapping
|
||||||
" 2024 Oct 28 by Vim Project: further improvements
|
" 2024 Oct 28 by Vim Project: further improvements
|
||||||
" 2024 Oct 31 by Vim Project: use autoloaded functions
|
" 2024 Oct 31 by Vim Project: use autoloaded functions
|
||||||
|
" 2024 Dec 19 by Vim Project: change style (#16248)
|
||||||
" Former Maintainer: Charles E Campbell
|
" Former Maintainer: Charles E Campbell
|
||||||
" GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim
|
" GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim
|
||||||
" Copyright: Copyright (C) 1999-2021 Charles E. Campbell {{{1
|
" Copyright: Copyright (C) 1999-2021 Charles E. Campbell {{{1
|
||||||
@ -230,4 +231,4 @@ endfun
|
|||||||
" Modelines And Restoration: {{{1
|
" Modelines And Restoration: {{{1
|
||||||
let &cpo= s:keepcpo
|
let &cpo= s:keepcpo
|
||||||
unlet s:keepcpo
|
unlet s:keepcpo
|
||||||
" vim:ts=8 fdm=marker
|
" vim:ts=8 sts=2 sw=2 et fdm=marker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user