Closed vbauerster closed 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"
<C-r>"
The issue might be duplicate of https://github.com/junegunn/vim-peekaboo/issues/37
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"