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")
|
||||
runtime! syntax_checkers/html/tidy.vim
|
||||
endif
|
||||
elseif g:syntastic_html_checker == "w3c"
|
||||
elseif g:syntastic_html_checker == "w3"
|
||||
if executable("curl") && executable("sed")
|
||||
runtime! syntax_checkers/html/w3c.vim
|
||||
runtime! syntax_checkers/html/w3.vim
|
||||
endif
|
||||
endif
|
||||
|
@ -1,5 +1,5 @@
|
||||
"============================================================================
|
||||
"File: html.vim
|
||||
"File: tidy.vim
|
||||
"Description: Syntax checking plugin for syntastic.vim
|
||||
"Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
|
||||
"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
|
||||
"Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
|
||||
"License: This program is free software. It comes without any warranty,
|
Loading…
Reference in New Issue
Block a user