forked from aniani/vim
updated for version 7.2-006
This commit is contained in:
@@ -234,6 +234,10 @@ else
|
|||||||
elseif s:line1 =~ '\<DTD\s\+XHTML\s'
|
elseif s:line1 =~ '\<DTD\s\+XHTML\s'
|
||||||
set ft=xhtml
|
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
|
" PDF
|
||||||
elseif s:line1 =~ '^%PDF-'
|
elseif s:line1 =~ '^%PDF-'
|
||||||
set ft=pdf
|
set ft=pdf
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
6,
|
||||||
/**/
|
/**/
|
||||||
5,
|
5,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user