Hello
I want to write a compiler plugin for python, I set makeprg to:
python -O -c 'import py_compile; exit(py_compile.main([%]))'
and it products error message like that
SyntaxError: ('invalid syntax', ('test.py', 57, 8, 'foobar+*+foobar
\n'))
how can I write errorformat option?
I tried:
CompilerSet errorformat=SyntaxError:\ ('%m',\ ('%f'),\ %l,\ %c,\ '%s\
\n'))
but no result
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---