commit | b7a701255578b38896631ba20556b856e8888069 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Fri May 13 12:41:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 13 12:41:50 2022 +0100 |
tree | 9e141e86d3ce935dd5ef081f40639669d5d8b188 | |
parent | 7f8a3b11bfc02f24dfd877d0a81392d679008180 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e63e6b1..1965373 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4947, +/**/ 4946, /**/ 4945,