comparison src/version.c @ 6341:094a87e76155 v7.4.503

updated for version 7.4.503 Problem: Cannot append a list of lines to a file. Solution: Add the append option to writefile(). (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Nov 2014 18:06:01 +0100
parents 7b28dc1d756e
children edfa81ea1711
comparison
equal deleted inserted replaced
6340:a72bf2c39633 6341:094a87e76155
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 503,
744 /**/ 746 /**/
745 502, 747 502,
746 /**/ 748 /**/
747 501, 749 501,
748 /**/ 750 /**/