Remove obsolete comment.
This commit is contained in:
parent
a13ac1ab8b
commit
049a32e578
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user