From b5e3fec621947ec681d1e7d9bc48eac19cde746d Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Fri, 12 Oct 2018 20:52:10 +0200 Subject: vim-patch:2f0584910c0e Update runtime files https://github.com/vim/vim/commit/2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 --- runtime/filetype.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/filetype.vim') diff --git a/runtime/filetype.vim b/runtime/filetype.vim index f8a29fa2b3..3c158d9012 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1877,8 +1877,8 @@ au BufNewFile,BufRead *.yy,*.yxx,*.y++ setf yacc " Yacc or racc au BufNewFile,BufRead *.y call dist#ft#FTy() -" Yaml -au BufNewFile,BufRead *.yaml,*.yml setf yaml +" Yaml or Raml +au BufNewFile,BufRead *.yaml,*.yml,*.raml setf yaml " yum conf (close enough to dosini) au BufNewFile,BufRead */etc/yum.conf setf dosini -- cgit