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:
Martin Grenfell 2012-05-01 15:23:22 +01:00
parent 5c159fd374
commit 7fc5246be4
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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,

View File

@ -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,