When using vim-slime to execute script-like code I often select large portion of the code in visual mode and sending that with SlimeRegionSend. However, when back in normal mode my cursor ends up at the beginning of the previous visual block and I have to navigate down again to wherever I stopped before sending the block. It would be very convenient if the option slime_preserve_curpos also applied for SlimeRegionSend. Thanks!