This repository was archived by the owner on Sep 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if has('reltime')
1919 lockvar ! g: _SYNTASTIC_START
2020endif
2121
22- let g: _SYNTASTIC_VERSION = ' 3.6.0-76 '
22+ let g: _SYNTASTIC_VERSION = ' 3.6.0-77 '
2323lockvar g: _SYNTASTIC_VERSION
2424
2525" Sanity checks {{{1
Original file line number Diff line number Diff line change 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
2113if exists (' g:loaded_syntastic_html_tidy_checker' )
2214 finish
Original file line number Diff line number Diff line change 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
1813if exists (' g:loaded_syntastic_xhtml_tidy_checker' )
1914 finish
You can’t perform that action at this time.
0 commit comments