commit | c04f62346bfd6b92151908239a3c5ab1a7d18f2a | [log] [tgz] |
---|---|---|
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | Sun Sep 19 17:01:39 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 19 17:01:39 2021 +0200 |
tree | bf51ef760f6ae2a6fd3283b78ae2ec06a1914565 | |
parent | 1d34189ecb99fa76363c06e1aa815c1075675a1c [diff] [blame] |
patch 8.2.3449: sort fails if the sort compare function returns 999 Problem: Sort fails if the sort compare function returns 999. Solution: Adjust value to -1 / 0 / 1. (Yasuhiro Matsumoto, closes #8884)
diff --git a/src/version.c b/src/version.c index 38f9017..99a94e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3449, +/**/ 3448, /**/ 3447,