]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-006 v7.2.006
authorBram Moolenaar <Bram@vim.org>
Mon, 25 Aug 2008 03:04:18 +0000 (03:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 Aug 2008 03:04:18 +0000 (03:04 +0000)
runtime/scripts.vim
src/version.c

index 62ea472d48782e97c202abb40adef3a8db01c4a8..d20ab09ad8687e14b6a43440757da5de388c9034 100644 (file)
@@ -234,6 +234,10 @@ else
   elseif s:line1 =~ '\<DTD\s\+XHTML\s'
     set ft=xhtml
 
+    " HTML (e.g.: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN")
+  elseif s:line1 =~? '\<DOCTYPE\s\+html\>'
+    set ft=html
+
     " PDF
   elseif s:line1 =~ '^%PDF-'
     set ft=pdf
index cf3c6ed96e1a2c8d92a0e4f971ed3b6bebe13402..dc8fab6ec676d88f850b8d4afd90a97834ae7882 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    6,
 /**/
     5,
 /**/