1
0
forked from aniani/vim

patch 8.2.2166: auto format doesn't work when deleting text

Problem:    Auto format doesn't work when deleting text.
Solution:   Make "x" trigger auto format. (closes #7504)
This commit is contained in:
Bram Moolenaar
2020-12-20 13:07:48 +01:00
parent 8f22f5c3aa
commit d0a1dee3f1
3 changed files with 15 additions and 0 deletions

View File

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