commit | 7ddc642a0c786f834ab0b6851b80dbed6e04204b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 27 11:18:19 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 27 11:18:19 2014 +0200 |
tree | fc5e270c7bc137432d30b3496a235e062212b7db | |
parent | da014b94417a6e270787704d24c2cd735bc83e38 [diff] [blame] |
updated for version 7.4.461 Problem: MS-Windows: When collate is on the number of copies is too high. Solution: Only set the collated/uncollated count when collate is on. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 4c5324a..d0847ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 461, +/**/ 460, /**/ 459,