I am a beginner in vim.
The following code is just a piece of code that i have. How to add line break between "just" and "an".
call append(line('.') - 1, 'This' .'is' .'just' . "\r" . 'an' . selected_content . 'example')
This code is not working. and got junk like (^M)