1
0
mirror of https://github.com/gryf/.vim.git synced 2026-01-01 03:32:29 +01:00

Added pmx specific stuff

This commit is contained in:
2012-03-19 21:45:52 +01:00
parent 7cbe6dca6d
commit 37c7794c40
10 changed files with 556 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
" Vim compiler file for Python
" Compiler: Static code checking tool for Python
" Maintainer: Roman 'gryf' Dobosz
" Last Change: 2010-09-12
" Version: 1.0
if exists("current_compiler")
finish
endif
let current_compiler = "autopylint"
CompilerSet makeprg=$VIM\\bin\\autopylint.py\ -p8\ %:p
CompilerSet efm=%f\|\ %t\|\ %l\|\ %c\|\ %m,%f\|\ %t\|\ %l\|\ %m