diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-04-13 12:43:06 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-04-13 12:43:06 +0200 |
commit | 5a5f45917dbf542cb00617fa5ef70a14898495dd (patch) | |
tree | a3230510c832eba7fa7eb8f4994783b56f842a51 /runtime/filetype.vim | |
parent | 695baeefe17adcd95f91d089efee87bd96fc98db (diff) | |
download | vim-git-5a5f45917dbf542cb00617fa5ef70a14898495dd.tar.gz |
Updated runtime files.
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 5155488f9..745503618 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") @@ -1295,7 +1295,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 |