I'm using vim lately & codepad. There's a nice plugin for vim which works like a charm. My problem is that, sometimes I need just to paste a function not the entire script/program.
CPPaste plugin page states: to send the current buffer to http://codepad.org, open your pasted code in your webbrowser, and copy the URL of the pasted snippet to the clipboard.
So how do I manage to set the current buffer to a specific selection of lines/rows (made with v/V for example)?
Cheers