diff runtime/scripts.vim @ 9116:bc38030aec7d

commit https://github.com/vim/vim/commit/26852128a2b713ef49341a0c18daba928444e7eb Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 24 20:02:38 2016 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 24 May 2016 20:15:05 +0200
parents 6921742f396a
children 1218c5353e2b
line wrap: on
line diff
--- a/runtime/scripts.vim
+++ b/runtime/scripts.vim
@@ -1,7 +1,7 @@
 " Vim support file to detect file types in scripts
 "
 " Maintainer:	Bram Moolenaar <Bram@vim.org>
-" Last change:	2014 Aug 24
+" Last change:	2016 May 21
 
 " This file is called by an autocommand for every file that has just been
 " loaded into a buffer.  It checks if the type of file can be recognized by
@@ -245,7 +245,8 @@ else
     set ft=xhtml
 
     " HTML (e.g.: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN")
-  elseif s:line1 =~? '\<DOCTYPE\s\+html\>'
+    " Avoid "doctype html", used by slim.
+  elseif s:line1 =~? '<!DOCTYPE\s\+html\>'
     set ft=html
 
     " PDF