Merge pull request #1614 from creasty/viml_underscore_vimrc

Add a filename rule for _vimrc
This commit is contained in:
Arfon Smith
2014-10-19 16:45:42 -05:00
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