mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-10 12:03:48 -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
|
||||
|
||||
if !exists('g:netrw_list_hide')
|
||||
let g:netrw_list_hide = '^\.,\~$,^tags$'
|
||||
let g:netrw_list_hide = '\~$,^tags$,\(^\|\s\s\)\zs\.\S\+'
|
||||
endif
|
||||
|
||||
" Load matchit.vim, but only if the user hasn't installed a newer version.
|
||||
|
||||
Reference in New Issue
Block a user