commit | 9954dc39ea090cee6bf41c888c41e60d9f52c3b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 11 22:58:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 11 22:58:36 2022 +0000 |
tree | b9d60fd9a444278a01e4532467ea6606d680caf0 | |
parent | a20be06f97d45efabaa52ef107eb7959c0c623a2 [diff] [blame] |
patch 9.0.0861: solution for "!!sort" in closed fold is not optimal Problem: Solution for "!!sort" in closed fold is not optimal. Solution: Use a different range instead of the subtle difference in handling a range with an offset. (issue #11487)
diff --git a/src/version.c b/src/version.c index 0e991a3..dd69273 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 861, +/**/ 860, /**/ 859,