gerw / vim-latex-suite

71 stars 16 forks source link

E518 in efm? #29

Closed congma closed 7 years ago

congma commented 7 years ago

When processing the document with <Leader>l, the error message was dumped to vim:

Error detected while processing function Tex_RunLaTeX[33]..Tex_CompileMultipleTi
mes[101]..<SNR>61_SetTexCompilerLevel[20]..<SNR>61_SetLatexEfm:
line   74:
E518: Unknown option: %r

echo &efm output:

%*[^"]"%f"%*\D%l: %m,"%f"%*\D%l: %m,%-G%f:%l: (Each undeclared identifier is rep
orted only once,%-G%f:%l: for each function it appears in.),%-GIn file included
from %f:%l:%c:,%-GIn file included from %f:%l:%c\,,%-GIn file included from %f:%
l:%c,%-GIn file included from %f:%l,%-G%*[ ]from %f:%l:%c,%-G%*[ ]from %f:%l:,%-
G%*[ ]from %f:%l\,,%-G%*[ ]from %f:%l,%f(%l):%m,"%f"\, line %l%*\D%c%*[^ ] %m,%D
%*\a[%*\d]: Entering directory %*[`']%f',%X%*\a[%*\d]: Leaving directory %*[`']%
f',%D%*\a: Entering directory %*[`']%f',%X%*\a: Leaving directory %*[`']%f',%DMa
king %*\a in %f,%f|%l| %m,%-G%.%#,%E! LaTeX %trror: %m,%E! %m,%E%f:%l: %m,%+WLaT
eX %.%#Warning: %.%#line %l%.%#,%+W%.%# at lines %l--%*\d,%+WLaTeX %.%#Warning:
%m,%-Cl.%l %m,%-Cl.%l ,%-C  %m,%-C%.%#-%.%#,%-C%.%#[]%.%#,%-C[]%.%#,%-C%.%#%[{}\
]%.%#,%-C<%.%#>%m,%-GSee the LaTeX%m,%-GType  H <return>%m,%-G ...%.%#,%-G%.%# (
C) %.%#,%-G(see the transcript%.%#),%-G\s%#,%-O %#(%f)%r,%-Q)%r,%-Q%*[^()])%r,%-
Q[%\d%*[^()])%r,%-O(%f)%r,%-O,%-P(%f%r,%-P %\=(%f%r,%-P%*[^()](%f%r,%-P(%f%*[^()
],%-P[%\d%[^()]%#(%f%r

vim version 8.0.5 latex-suite version at current head on master (0bbcc9c8).

gerw commented 7 years ago

I proposed a fix. Can you checkout the new branch? Does it help?

congma commented 7 years ago

Thank you. 27de3617 seems to work for me.