dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

groff.vim (260B)


      1 if exists("g:current_compiler")
      2   finish
      3 endif
      4 let g:current_compiler = "groff"
      5 if exists(":CompilerSet") != 2		" older Vim always used :setlocal
      6   command -nargs=* CompilerSet setlocal <args>
      7 endif
      8 CompilerSet makeprg=groff\ -ms\ -kept\ -T\ pdf\ %\ >\ %<.pdf