I've been running "vim-addon-actions" for quite a while which let's you
bind actions such as "run make" or "run rake" to a key or buf write
event.

Now both rake and make run other tools (gcc, ocaml, whatever you want) -
thus parsing error formats is hard.

There are also different ways to parse error formats, and different user
preferences..

:compiler is great, but its not perfect, because it does not run in
background, and you cannot get the error format only.

For this reason I started a new repository for collecting error formats
only.

:Errorformat ocaml_simple gcc

would set efm to error format lines of ocaml_simple, then appending gcc
error format lines.

If you're interested in the efm string only you can use thins function:

  let efm_str=vim_addon_errorformats#InputErrorFormat('ocaml_simple ruby 
python')

Does any project which does the same already exists which I should merge
with?

If you want to join contributing to this small one purpose repository
you're welcome.

Marc Weber

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to