Add a filename rule for _vimrc

This commit is contained in:
Yuki Iwanaga
2014-10-20 00:39:26 +09:00
parent 170c1d4ee8
commit 423c8865bd
2 changed files with 9 additions and 0 deletions

View File

@@ -2465,6 +2465,7 @@ VimL:
- .vim
filenames:
- .vimrc
- _vimrc
- vimrc
- gvimrc

View File

@@ -0,0 +1,8 @@
set nocompatible
set ignorecase
set incsearch
set smartcase
set showmatch
set showcmd
syntax on