Errorformat for Intel ifort
From Vim Tips Wiki
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,/,.,-,_,+,#,^,,$,%,~,="
