comparison src/version.c @ 5796:f084024c0ddb v7.4.242

updated for version 7.4.242 Problem: getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. Solution: Add another argument to return a list. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Apr 2014 19:55:10 +0200
parents a63d0cd691dc
children 9f8fa56f1906
comparison
equal deleted inserted replaced
5795:64e4633f0751 5796:f084024c0ddb
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 242,
737 /**/ 739 /**/
738 241, 740 241,
739 /**/ 741 /**/
740 240, 742 240,
741 /**/ 743 /**/