set global in sub as default

This commit is contained in:
Thomas Ruoff
2017-06-25 21:50:51 +02:00
parent 6171943e57
commit 779b4e598f

6
vimrc
View File

@@ -86,11 +86,15 @@ let g:netrw_liststyle=3
set splitright
set splitbelow
set ignorecase
" set ignorecase
set infercase
set smartcase
set incsearch
set hlsearch
set gdefault
set number
set report=0