commit | 5131c144feb046c5e2b72e6c172159d80ce06b3c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 22:05:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 22:05:26 2016 +0100 |
tree | b5b94c99c6137bdcdfed153263285be2bcefe228 | |
parent | a6b8976bb724f8c85dd5699d115d795f7b730298 [diff] [blame] |
patch 7.4.1464 Problem: When the argument of sort() is zero or empty it fails. Solution: Make zero work as documented. (suggested by Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index f4ffb8f..24a27cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1464, +/**/ 1463, /**/ 1462,