Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Too many '.'
  • Loading branch information
jmcantrell authored and scrooloose committed Sep 25, 2010
1 parent c94e60f commit 4cedcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax_checkers/html.vim
Expand Up @@ -23,7 +23,7 @@ function! SyntaxCheckers_html_GetLocList()

"grep out the '<table> lacks "summary" attribute' since it is almost
"always present and almost always useless
let makeprg="tidy -e "..shellescape(expand('%'))." 2>&1 \\| grep -v '\<table\> lacks \"summary\" attribute'"
let makeprg="tidy -e ".shellescape(expand('%'))." 2>&1 \\| grep -v '\<table\> lacks \"summary\" attribute'"
let errorformat='%Wline %l column %c - Warning: %m,%Eline %l column %c - Error: %m,%-G%.%#,%-G%.%#'
let loclist = SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })

Expand Down

0 comments on commit 4cedcf3

Please sign in to comment.