comparison src/version.c @ 2173:ecb9c2b70b0f v7.2.437

updated for version 7.2.437 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.
author Bram Moolenaar <bram@vim.org>
date Fri, 21 May 2010 13:08:58 +0200
parents e12b9d992389
children d44112feb815
comparison
equal deleted inserted replaced
2171:e12b9d992389 2173:ecb9c2b70b0f
679 NULL 679 NULL
680 }; 680 };
681 681
682 static int included_patches[] = 682 static int included_patches[] =
683 { /* Add new patch number below this line */ 683 { /* Add new patch number below this line */
684 /**/
685 437,
684 /**/ 686 /**/
685 436, 687 436,
686 /**/ 688 /**/
687 435, 689 435,
688 /**/ 690 /**/