Vim Tips Wiki
(mark for merge)
(Change <tt> to <code>, perhaps also minor tweak.)
 
Line 4: Line 4:
 
|previous=681
 
|previous=681
 
|next=683
 
|next=683
|created=March 23, 2004
+
|created=2004
 
|complexity=basic
 
|complexity=basic
 
|author=Chris Hennes
 
|author=Chris Hennes
Line 18: Line 18:
 
</pre>
 
</pre>
   
Note that you may have to change your <tt>isfilename</tt> string to not allow commas, like this:
+
Note that you may have to change your <code>isfilename</code> string to not allow commas, like this:
   
 
<pre>
 
<pre>

Latest revision as of 05:42, 13 July 2012

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[]