From aa88140fd1ca90ce0741498939259bcaebc612ba Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 12 Oct 2013 16:14:31 +1300 Subject: Show dotfiles in netrw --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 2b408462..f5ced406 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -228,7 +228,7 @@ if has('eval') let g:netrw_liststyle = 3 " Don't list the current directory shortcut, and don't show tags files - let g:netrw_list_hide = '^\.,^tags$' + let g:netrw_list_hide = '^\.$,^tags$' endif " Don't show line numbers by default, but \n toggles them -- cgit v1.2.3