1
0
forked from aniani/vim

patch 8.2.4792: indent operator creates an undo entry for every line

Problem:    Indent operator creates an undo entry for every line.
Solution:   Create one undo entry for all lines. (closes #10227)
This commit is contained in:
Bram Moolenaar
2022-04-19 18:28:45 +01:00
parent fef4485ef5
commit e468698994
3 changed files with 58 additions and 29 deletions

View File

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