diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-27 22:57:08 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-27 22:57:08 -0500 |
commit | d459a0891cfafbbb9e4a36af2a3e77ced96983f2 (patch) | |
tree | e98f431abf228b97bc1e68bca847c6a667d91df9 /runtime/filetype.vim | |
parent | 130611fca3900276d4525e17ded47504d73b38a1 (diff) | |
parent | 71980676f0ab9e29bd8bc72791febe0d53d91921 (diff) | |
download | rneovim-d459a0891cfafbbb9e4a36af2a3e77ced96983f2.tar.gz rneovim-d459a0891cfafbbb9e4a36af2a3e77ced96983f2.tar.bz2 rneovim-d459a0891cfafbbb9e4a36af2a3e77ced96983f2.zip |
Merge pull request #4111 from nicdumz/vim-5a5f459
vim-patch:5a5f459
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r-- | runtime/filetype.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 37a20be984..c5b01f0c40 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1,7 +1,7 @@ " Vim support file to detect file types " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2015 Mar 13 +" Last Change: 2015 Apr 06 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -1290,7 +1290,7 @@ au BufNewFile,BufRead *.mush setf mush au BufNewFile,BufRead Mutt{ng,}rc setf muttrc " Nano -au BufNewFile,BufRead */etc/nanorc,.nanorc setf nanorc +au BufNewFile,BufRead */etc/nanorc,*.nanorc setf nanorc " Nastran input/DMAP "au BufNewFile,BufRead *.dat setf nastran |