On Di, 13 Apr 2021, Julius Hamilton wrote:
> Someone showed me ":hardcopy" and ":TOhtml". ":hardcopy" for me returns > "Failed > to print postscript file". "TOhtml" opens a new window of HTML, but I don't > know how to output it to a file. Would anyone here know how to do that? So you want all help pages in a single text file. I am not sure if this is useful. Use some Unix commands and append the content to a single buffer in Vim. :r! cat $VIMRUNTIME/doc/*.txt Note there is also: https://nathangrigg.com/vimhelp/ https://www.vi-improved.org/vimusermanual.pdf Not sure how current those versions are. Best, Christian -- Wie man sein Kind nicht nennen sollte: I. K. Russ -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20210413133249.GF2222154%40256bit.org.
