I'm trying to edit the copy-paste buffer:
I have the following command:
nmap gfb :let .shellescape(getreg('0'))=1<br>
that should have put the number 1
into the buffer, which is not happening.
how do i put the output of a perl script into a vimscript buffer?