Hide dot files in netrw the way netrw does

This commit is contained in:
Tim Pope
2013-03-08 00:48:18 -05:00
parent 41499a5767
commit 4fb9519254

View File

@@ -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.