On 09/09/2017 19:14, Peter Shenkin wrote:
> With this in my .vimrc, I get exactly the same behavior as before. (After closing and restarting vim, of course....)
I have suggested my snippet as an answer to your request about
how to open a PDF with an app different from Preview.app.
If you want to use Acrobat, you need to replace `Preview'
with `Acrobat Reader' (o whatever the name of the app is) in
the snippet.
Life.
> 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:
Post a Comment