Technology
 

Errorformat for Intel ifort

From Vim Tips Wiki

(Redirected from VimTip682)

Tip 682 Previous Next created March 23, 2004 · complexity basic · author Chris Hennes · version 5.7


Intel changed the errorformat for their Fortran compiler with version 8.0. An errorformat string that works with the new compiler is:

set efm=%E%.%#rror:\ %f\\,\ line\ %l:\ %m,\%-C%.%#,\%-Z\%p^

Note that you may have to change your isfilename string to not allow commas, like this:

let isf="@,48-57,/,.,-,_,+,#,^,,$,%,~,="

[edit] Comments