vim's tohtml plugin

I have been using vim for a while now. But, it was only recently - yesterday to be exact - that I found out about the tohml plugin for vim. It's a very nifty tool that allows you to convert a piece of source code file into an html file, displayed exactly as you see it on vim, as long as you have syntax highlighting on. What's more, you don't even have to install this plugin because it's already included on the default install.

Screenshot(hello world program on vim)


Screenshot (html'ed version of the source)



Obviously, this plugin is very useful for documentation and blogging and what not. The only thing that irks me the most is that I've just found out about this plugin and it's been around for quite some time now.