commit | 6b2e938f1307f840165d9049d743161b01af811c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 05 18:06:01 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 05 18:06:01 2014 +0100 |
tree | 5aa05c5723205df857bd2f14379881ef13de8d45 | |
parent | 4391cf98ec3b94f33dfd053cab25ed56c787bea9 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7bc7153..f9c0ece 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 503, +/**/ 502, /**/ 501,