comparison src/version.c @ 5794:a63d0cd691dc v7.4.241

updated for version 7.4.241 Problem: The string returned by submatch() does not distinguish between a NL from a line break and a NL that stands for a NUL character. Solution: Add a second argument to return a list. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Apr 2014 19:00:58 +0200
parents 8d1ba0a23588
children f084024c0ddb
comparison
equal deleted inserted replaced
5793:3b08d14e08a3 5794:a63d0cd691dc
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 241,
737 /**/ 739 /**/
738 240, 740 240,
739 /**/ 741 /**/
740 239, 742 239,
741 /**/ 743 /**/