LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
phantm:ide [2010/05/04 15:27]
ekneuss created
phantm:ide [2010/06/08 02:33]
ekneuss
Line 4: Line 4:
 ==== Using phantm in vim ==== ==== Using phantm in vim ====
  
-The following commands can be placed in a per-type vim configuration (i.e. in ''​ftplugin/​php.vim''​). This will use vim's quickfix feature:+The following commands can be placed in a per-type vim configuration (i.e. in ''​ftplugin/​php.vim''​). This will use Vim's quickfix feature:
  
 <​file>​ <​file>​
Line 14: Line 14:
 set errorformat+=%-G\ %\\* set errorformat+=%-G\ %\\*
 </​file>​ </​file>​
 +
 +Then, one can simply use the %%:make%% Vim command to invoke //phantm// in the background.