1
0
forked from aniani/vim

patch 8.2.4947: text properties not adjusted when accepting spell suggestion

Problem:    Text properties not adjusted when accepting spell suggestion.
Solution:   Adjust text properties when text changes. (closes #10414)
This commit is contained in:
LemonBoy
2022-05-13 12:41:50 +01:00
committed by Bram Moolenaar
parent 7f8a3b11bf
commit b7a7012555
4 changed files with 55 additions and 0 deletions

View File

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