aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-01-27 22:57:08 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-01-27 22:57:08 -0500
commitd459a0891cfafbbb9e4a36af2a3e77ced96983f2 (patch)
treee98f431abf228b97bc1e68bca847c6a667d91df9 /runtime/filetype.vim
parent130611fca3900276d4525e17ded47504d73b38a1 (diff)
parent71980676f0ab9e29bd8bc72791febe0d53d91921 (diff)
downloadrneovim-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.vim4
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