comparison src/version.c @ 5306:2374a05efe20 v7.4.006

updated for version 7.4.006 Problem: mkdir("foo/bar/", "p") gives an error message. (David Barnett) Solution: Remove the trailing slash. (lcd)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 Aug 2013 12:06:55 +0200
parents 3640cf4c0d4b
children 4fe1dfc7014e
comparison
equal deleted inserted replaced
5305:ae6c19fb32e1 5306:2374a05efe20
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 6,
730 /**/ 732 /**/
731 5, 733 5,
732 /**/ 734 /**/
733 4, 735 4,
734 /**/ 736 /**/