Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 9af644d

Browse files
committed
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.
1 parent 4fbe5f5 commit 9af644d

3 files changed

Lines changed: 1 addition & 14 deletions

File tree

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.6.0-76'
22+
let g:_SYNTASTIC_VERSION = '3.6.0-77'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

syntax_checkers/html/tidy.vim

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
" See http://sam.zoy.org/wtfpl/COPYING for more details.
1010
"
1111
"============================================================================
12-
"
13-
" Note: if you need to check HTML5 sources, you might consider installing a
14-
" fork of HTML Tidy, named "HTML Tidy for HTML5":
15-
"
16-
" http://w3c.github.io/tidy-html5/
17-
"
18-
" HTML Tidy for HTML5 can be used without changes by this checker, just install
19-
" it and point g:syntastic_html_tidy_exec to the executable.
2012

2113
if exists('g:loaded_syntastic_html_tidy_checker')
2214
finish

syntax_checkers/xhtml/tidy.vim

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
" See http://sam.zoy.org/wtfpl/COPYING for more details.
1010
"
1111
"============================================================================
12-
"
13-
" Checker option:
14-
"
15-
" - g:syntastic_xhtml_tidy_ignore_errors (list; default: [])
16-
" list of errors to ignore
1712

1813
if exists('g:loaded_syntastic_xhtml_tidy_checker')
1914
finish

0 commit comments

Comments
 (0)