Vim printing

From wikinotes

Vim (as far as I know) doesn't have built-in printing functionality.
You can instead convert a file to html, then print that.

:TOhtml  " convert to html
:!lp %   " print (on linux/bsd w/ cups)