aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
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