【发布时间】:2009-09-08 13:31:54
【问题描述】:
:make 提供了一个错误列表,可以通过导航进行修复。
问题是this script only works in Unix based OSes.
autocmd BufRead *.py set makeprg=python\ -c\ \"import\ py_compile,sys;\ sys.stderr=sys.stdout;\ py_compile.compile(r'%')\"
autocmd BufRead *.py set efm=%C\ %.%#,%A\ \ File\ \"%f\"\\,\ line\ %l%.%#,%Z%[%^\ ]%\\@=%m
任何人都可以帮助我使它工作或为 Windows XP 提供等效功能?
【问题讨论】:
标签: python windows vim windows-xp