Remove obsolete comment.

This commit is contained in:
LCD 47 2013-06-05 11:36:20 +03:00
parent a13ac1ab8b
commit 049a32e578

View File

@ -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',