Code paster for LodgeIt pastebin.
In ~/.vimrc, specify the root url to your pastebin.
let pastebin_resource = 'http://yourpastebin.com'
Visual selection:
:'<,'>Paste
or to paste the whole file:
:Paste
The URL of the code snippet will be echoed.
curl version >= 7.18.0 is needed as the plugin uses curl to do URL encoding.