[7.2.437] When "\\\n" appears in the expression result the \n doesn't result
commitb017187e2dc26a43aca4b34a2196076a02271682
authorBram Moolenaar <Bram@moolenaar.net>
Fri, 21 May 2010 13:07:50 +0000 (21 13:07 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Fri, 21 May 2010 13:07:50 +0000 (21 13:07 +0000)
tree6dbdc99520e68d26d7983fd47b30b2510b75d1fb
parent76044d34071b7eef809f428cb039edb1e9355151
[7.2.437] When "\\\n" appears in the expression result the \n doesn't result

Problem:    When "\\\n" appears in the expression result the \n doesn't result
            in a line break. (Andy Wokula)

Solution:   Also replace a \n after a backslash into \r.

Patch 7.2.437 (after 7.2.407)
src/regexp.c
src/version.c