commit | f00112d558eb9a7d1d5413c096960ddcc52c9f66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 11 01:20:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 11 01:20:35 2022 +0000 |
tree | 594da6bdf06310f6552b7795fa55dd955d4c38ec | |
parent | 37f1030fd6e2092582893f438978384025c55328 [diff] [blame] |
patch 9.0.0858: "!!sort" in a closed fold sorts too many lines Problem: "!!sort" in a closed fold sorts too many lines. Solution: Round to end of fold after adding the line count. (closes #11487)
diff --git a/src/version.c b/src/version.c index 19f0692..981bd54 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 858, +/**/ 857, /**/ 856,