mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-10 20:13:47 -05:00
Hide dot files in netrw the way netrw does
This commit is contained in:
@@ -94,7 +94,7 @@ if &t_Co == 8 && $TERM !~# '^linux'
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists('g:netrw_list_hide')
|
if !exists('g:netrw_list_hide')
|
||||||
let g:netrw_list_hide = '^\.,\~$,^tags$'
|
let g:netrw_list_hide = '\~$,^tags$,\(^\|\s\s\)\zs\.\S\+'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Load matchit.vim, but only if the user hasn't installed a newer version.
|
" Load matchit.vim, but only if the user hasn't installed a newer version.
|
||||||
|
|||||||
Reference in New Issue
Block a user