From f211f02d1e53dbb4eada17e999eba81bccaf1fb2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 9 Jan 2014 11:59:09 +0100 Subject: Update --- ftdetect/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index bcccd785..5433fe17 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -117,7 +117,7 @@ fun! s:DetectScala() endfun au BufRead,BufNewFile *.scala,*.sbt set filetype=scala au BufRead,BufNewFile * call s:DetectScala() -autocmd BufNewFile,BufRead *.slim setf slim +autocmd BufNewFile,BufRead *.slim set filetype=slim autocmd BufNewFile,BufReadPost *.styl set filetype=stylus autocmd BufNewFile,BufReadPost *.stylus set filetype=stylus au BufRead,BufNewFile *.textile set filetype=textile -- cgit v1.2.3