guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Capital `P` paste doesn't work when capital `V` visual selection used. #1018

Open jordwalke opened 8 years ago

jordwalke commented 8 years ago

P has no effect when capital V visual selection has began.

FWIW, I believe that in Vim, any time you have a capital V visual selection, p, and P behave exactly the same (maybe even when in lowercase v as well, I'm not sure) - so it might be as easy as just calling into the standard p code in this case (at least in the case of capital V).