I have some text yanked using yiw. Now, on another line, I want to replace text from current cursor position until end of line, so I try v$p. However, this also deletes the newline at the end of the line which I don't want to happen. How do I address this?