On Wednesday, October 28, 2015 at 2:30:55 AM UTC-5, Christian Brabandt wrote: > On Di, 27 Okt 2015, Wolf Bogacz wrote: > > > Thanks for the clarification. Here's the whole thing. . . > > > > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 10 2013 14:38:33) > > MS-Windows 32-bit GUI version with OLE support > > Compiled by mool@tororo > > Hm, I have just tried with a windows build of vim and trying to print 10 > copies of a various help page to a pdf file. It didn't happen for me... >
7.4 is relatively recent, but there are a few hundred bugfix patches since the initial release. You could try upgrading to the latest ( http://vim.wikia.com/wiki/Where_to_download_Vim ). However, the only patches affecting print/:hardcopy don't seem related to any issues with the actual printing. So I'm not all that hopeful. Can you try printing to PDF? Perhaps there is a print driver issue Vim is running into for your real printer. Then you could print from the PDF. It might also be an option to use :TOhtml first to create an html version of your file with syntax highlighting, and print from there. Of course those are both a two-step process that can be annoying to deal with every single time. -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
