Vim Tips Wiki
Register
Advertisement

Duplicate tip

This tip is very similar to the following:

These tips need to be merged – see the merge guidelines.

Tip 682 Printable Monobook Previous Next

created 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,/,.,-,_,+,#,^,,$,%,~,="

Comments[]

Advertisement