Ability to use line breaks with substitute command
Brought to you by:
err
Would like to be able to use line breaks when replacing text using the substitute command:
i.e., :s/something,/something,\r/
This works in Vim, although it would be nice to have the next line indented as if you hit the Enter key.
I'm on NB 6.8, Windows XP
Implemented to allow '\r' in the replacement text. '\n' is also allowed and maps to newline (not NULL char into doc).
Checked into repository, avail next release.