Saturday, September 9, 2017

Re: Pdf's produced by MacVim's Print are not printable with Mac Preview

With this in my .vimrc, I get exactly the same behavior as before. (After closing and restarting vim, of course....)

-P.

On Friday, September 8, 2017 at 4:38:16 AM UTC-4, Lifepillar wrote:
> if has('mac')
> fun! PrintFile(fname)
> call system('pstopdf ' . a:fname)
> call system('open -a Preview ' . a:fname . '.pdf')
> call delete(a:fname)
> call delete(a:fname.'.pdf')
> return v:shell_error
> endf
> set printexpr=PrintFile(v:fname_in)
> endif

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: