gropdf.vim (260B)
1 " Last Change: 2020 avril 23 2 3 " Check if current compiler is not set 4 if exists("current_compiler") 5 finish 6 endif 7 let current_compiler = "gropdf" 8 9 " Set compiler options 10 setlocal makeprg=groff\ -k\ -ms\ -Tpdf\ %:t\ >\ %:t:r.pdf 11 setlocal errorformat=%f:%l:\ %m