Re: compiler plugin

2019-08-29 Thread Christian Brabandt
On Do, 29 Aug 2019, Wesley Peng wrote: > Does vim have a compiler plugin for compiling script languages like python? Does https://github.com/vim/vim/tree/master/runtime/compiler answer your question? Best, Christian -- Dem Alltagsstreß kann man entgehen, vermeidet man es aufzuste

compiler plugin

2019-08-29 Thread Wesley Peng
Does vim have a compiler plugin for compiling script languages like python? Thanks. -- -- 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 --- Yo

Coverity compiler plugin

2012-02-14 Thread Ben Fritz
command. In case anyone is interested, I put it out as a full compiler plugin on vim.org: http://www.vim.org/scripts/script.php?script_id=3936 Questions/comments welcome. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying

trouble in write a compiler plugin for python (the format of 'efm')

2009-07-28 Thread StarWing
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