mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-12 13:03:47 -05:00
Provide a default for g:netrw_list_hide
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user