commit | 2afeb408310f4f0185ce5eec079b51a3fe415a33 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 22:17:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 22:17:00 2022 +0000 |
tree | e69db9fd18c5a05f202f21542c77976bc5d0a17e | |
parent | e843efcc3503b7af838dca3cb9dd2e17d4fc1672 [diff] [blame] |
patch 8.2.4450: list sort test fails Problem: List sort test fails. Solution: Pass a valid "how" argument.
diff --git a/src/version.c b/src/version.c index 2cc4155..5dfdaf4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4450, +/**/ 4449, /**/ 4448,