diff --git a/.vimrc b/.vimrc index ce58e34..1ab424e 100644 --- a/.vimrc +++ b/.vimrc @@ -7,4 +7,4 @@ command Tmomc :r ~/Documents/templates/chapter.mom command Tmomg :r ~/Documents/templates/general.mom " run groff+refer on file -:command Groff !refer -PS -e -p ~/Documents/bib %.mom | groff -mom -Tpdf >> %.pdf +:command Groff !refer -PS -e -p ~/Documents/bib % | groff -mom -Tpdf >> ${%::-4}.pdf