1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-18 12:00:30 +01:00

Added plugin gundo, updateted lucius, added some other nice colorschemes

This commit is contained in:
2011-02-25 09:16:32 +01:00
parent 6d3ad5ecc3
commit 25f5b579a3
14 changed files with 3560 additions and 263 deletions

14
compiler/jsl.vim Normal file
View File

@@ -0,0 +1,14 @@
" 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