Give up trying to set an encoding for erb.
This commit is contained in:
parent
c21f9e0f86
commit
2cbcf7dcc7
@ -28,7 +28,9 @@ function! SyntaxCheckers_eruby_erb_IsAvailable()
|
||||
endfunction
|
||||
|
||||
function! SyntaxCheckers_eruby_erb_GetLocList()
|
||||
let enc = &fileencoding != '' ? &fileencoding : &encoding
|
||||
" TODO: fix the encoding trainwreck
|
||||
" let enc = &fileencoding != '' ? &fileencoding : &encoding
|
||||
let enc = ''
|
||||
|
||||
let makeprg = syntastic#makeprg#build({
|
||||
\ 'exe': g:syntastic_erb_exec,
|
||||
|
Loading…
x
Reference in New Issue
Block a user