html: rename w3c.vim to w3.vim (i fail @ naming files!)
Also, fix the header comments for tidy/w3 so they have the right filenames
This commit is contained in:
parent
5c159fd374
commit
7fc5246be4
@ -22,8 +22,8 @@ if g:syntastic_html_checker == "tidy"
|
|||||||
if executable("tidy") && executable("grep")
|
if executable("tidy") && executable("grep")
|
||||||
runtime! syntax_checkers/html/tidy.vim
|
runtime! syntax_checkers/html/tidy.vim
|
||||||
endif
|
endif
|
||||||
elseif g:syntastic_html_checker == "w3c"
|
elseif g:syntastic_html_checker == "w3"
|
||||||
if executable("curl") && executable("sed")
|
if executable("curl") && executable("sed")
|
||||||
runtime! syntax_checkers/html/w3c.vim
|
runtime! syntax_checkers/html/w3.vim
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
"============================================================================
|
"============================================================================
|
||||||
"File: html.vim
|
"File: tidy.vim
|
||||||
"Description: Syntax checking plugin for syntastic.vim
|
"Description: Syntax checking plugin for syntastic.vim
|
||||||
"Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
|
"Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
|
||||||
"License: This program is free software. It comes without any warranty,
|
"License: This program is free software. It comes without any warranty,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
"============================================================================
|
"============================================================================
|
||||||
"File: html.vim
|
"File: w3.vim
|
||||||
"Description: Syntax checking plugin for syntastic.vim
|
"Description: Syntax checking plugin for syntastic.vim
|
||||||
"Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
|
"Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
|
||||||
"License: This program is free software. It comes without any warranty,
|
"License: This program is free software. It comes without any warranty,
|
Loading…
x
Reference in New Issue
Block a user