mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Added branch pathogen
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
" Vim compiler file
|
||||
" Compiler: pdf creator out of LaTeX files using rubber
|
||||
if exists("current_compiler")
|
||||
finish
|
||||
endif
|
||||
|
||||
let current_compiler = "jsl"
|
||||
if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
||||
command -nargs=* CompilerSet setlocal <args>
|
||||
endif
|
||||
|
||||
CompilerSet makeprg=jsl\ -nologo\ -nofilelisting\ -nosummary\ -nocontext\ -process\ %
|
||||
CompilerSet errorformat=%f(%l):\ %m
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
" 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 = "pylint"
|
||||
CompilerSet makeprg=$HOME/.vim/bin/pylint_parseable.py\ %
|
||||
CompilerSet efm=%f:\ %t:\ %l:\ %c:\ %m,%f:\ %t:\ %l:\ %m
|
||||
@@ -1,10 +0,0 @@
|
||||
" Vim compiler file
|
||||
" Compiler: pdf creator out of LaTeX files using rubber
|
||||
if exists("current_compiler")
|
||||
finish
|
||||
endif
|
||||
|
||||
let current_compiler = "rubber"
|
||||
CompilerSet makeprg=rubber\ -d\ %
|
||||
"CompilerSet efm=%f:%l:\ [%t]%m,%f:%l:%m
|
||||
|
||||
Reference in New Issue
Block a user