Remove comments from the tidy checker.
This is supposed to encourage people to go to the wiki when looking for user-level documentation. It also removes outdated links.
This commit is contained in:
parent
4fbe5f52c7
commit
9af644dace
@ -19,7 +19,7 @@ if has('reltime')
|
||||
lockvar! g:_SYNTASTIC_START
|
||||
endif
|
||||
|
||||
let g:_SYNTASTIC_VERSION = '3.6.0-76'
|
||||
let g:_SYNTASTIC_VERSION = '3.6.0-77'
|
||||
lockvar g:_SYNTASTIC_VERSION
|
||||
|
||||
" Sanity checks {{{1
|
||||
|
@ -9,14 +9,6 @@
|
||||
" See http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
"
|
||||
"============================================================================
|
||||
"
|
||||
" Note: if you need to check HTML5 sources, you might consider installing a
|
||||
" fork of HTML Tidy, named "HTML Tidy for HTML5":
|
||||
"
|
||||
" http://w3c.github.io/tidy-html5/
|
||||
"
|
||||
" HTML Tidy for HTML5 can be used without changes by this checker, just install
|
||||
" it and point g:syntastic_html_tidy_exec to the executable.
|
||||
|
||||
if exists('g:loaded_syntastic_html_tidy_checker')
|
||||
finish
|
||||
|
@ -9,11 +9,6 @@
|
||||
" See http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
"
|
||||
"============================================================================
|
||||
"
|
||||
" Checker option:
|
||||
"
|
||||
" - g:syntastic_xhtml_tidy_ignore_errors (list; default: [])
|
||||
" list of errors to ignore
|
||||
|
||||
if exists('g:loaded_syntastic_xhtml_tidy_checker')
|
||||
finish
|
||||
|
Loading…
Reference in New Issue
Block a user