commit | b4d587cbd9450d1a28dfb40c5204e9071f7bd955 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 18:12:49 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 18:12:49 2014 +0100 |
tree | 49ee7b74b3f001946e9bc24d9993745d5a9f9016 | |
parent | 4a36bcf0d8303c0ba6964f23e24a766242771ef3 [diff] [blame] |
updated for version 7.4.157 Problem: Error number used twice. (Yukihiro Nakadaira) Solution: Change the one not referred in the docs.
diff --git a/src/version.c b/src/version.c index f916026..b80bacd 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 157, +/**/ 156, /**/ 155,