diff --git a/syntax_checkers/coffee/coffee.vim b/syntax_checkers/coffee/coffee.vim index 00720152..1fa3ce34 100644 --- a/syntax_checkers/coffee/coffee.vim +++ b/syntax_checkers/coffee/coffee.vim @@ -19,10 +19,6 @@ function! SyntaxCheckers_coffee_coffee_IsAvailable() endfunction function! SyntaxCheckers_coffee_coffee_GetLocList() - " TODO: This creates a .js file in the same directory as the source. - " Adding an option '-o /tmp' is not acceptable, since it would make - " impossible for other users to check a file with the same name. - " Sadly, Vim doesn't have a function to create temporary directories. let makeprg = syntastic#makeprg#build({ \ 'exe': 'coffee', \ 'args': '-t',