1
0
Fork 0
vim-rc/compiler/pycodestyle.vim
2021-11-11 01:45:49 +03:00

11 lines
253 B
VimL

if exists("current_compiller")
finish
endif
let current_compiller = "pycodestyle"
if exists(":CompilerSet") != 2
command -nargs=* CompilerSet setlocal <args>
endif
CompilerSet makeprg=pycodestyle\ %
CompilerSet errorformat=%f:%l:%c:\ %t%n\ %m