[bugfix] autocompile won't work
This commit is contained in:
parent
abfc0afc94
commit
cde41d2359
|
@ -272,8 +272,7 @@ fu! ToggleGroffMomAutoCompilation()
|
|||
|
||||
if g:GroffMomAutoCompilation
|
||||
augroup GroffPdf
|
||||
autocmd BufWritePost,FileWritePost *.mom
|
||||
:call SilentOK("groff -Kutf8 -mom % > /tmp/tmp.ps && ps2pdf /tmp/tmp.ps %.pdf")
|
||||
autocmd BufWritePost,FileWritePost *.mom :call SilentOK("groff -Kutf8 -mom % > /tmp/tmp.ps && ps2pdf /tmp/tmp.ps %.pdf")
|
||||
augroup END
|
||||
echo "Auto compilation for groff_mom enabled"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user