Skip to content

Commit

Permalink
html: rename w3c.vim to w3.vim (i fail @ naming files!)
Browse files Browse the repository at this point in the history
Also, fix the header comments for tidy/w3 so they have the right
filenames
  • Loading branch information
scrooloose committed May 1, 2012
1 parent 5c159fd commit 7fc5246
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions syntax_checkers/html.vim
Expand Up @@ -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
2 changes: 1 addition & 1 deletion syntax_checkers/html/tidy.vim
@@ -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,
Expand Down
@@ -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,
Expand Down

0 comments on commit 7fc5246

Please sign in to comment.