Provide a default for g:netrw_list_hide

This commit is contained in:
Tim Pope
2013-01-06 13:24:40 -05:00
parent 5f0565f8e9
commit 8314c676b6

View File

@@ -55,6 +55,10 @@ if &t_Co == 8 && $TERM !~# '^linux'
set t_Co=16 set t_Co=16
endif endif
if !exists('g:netrw_list_hide')
let g:netrw_list_hide = '^\.,\~$,^tags$'
endif
if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# '' if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''
runtime! macros/matchit.vim runtime! macros/matchit.vim
endif endif