junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.12k stars 38 forks source link

Pasting ignores the space before the cursor #44

Closed vbauerster closed 7 years ago

vbauerster commented 7 years ago

fmt.Println("|string") // ya" test :=⋅| //<C-r>" // middle dot denotes a space here --- Result: test :="string"⋅ // note the middle dot's position, denoting a space --- Expected: test :=⋅"string"

vbauerster commented 7 years ago

The issue might be duplicate of https://github.com/junegunn/vim-peekaboo/issues/37