1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-11-11 01:20:35 +00:00
parent 37f1030fd6
commit f00112d558
3 changed files with 58 additions and 5 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
858,
/**/
857,
/**/