commit | 788c06a2492b546dd0824b119251cd8ea7da9cb5 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sat May 14 18:48:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 14 18:48:05 2022 +0100 |
tree | 161c5fe7af8286ae9e7a28744ed66a567e33f6c8 | |
parent | 698cb4c8fa16a4dbe4830648532c09d7e5c89095 [diff] [blame] |
patch 8.2.4955: text property in wrong position after auto-indent Problem: Text property in wrong position after auto-indent. Solution: Adjust text property columns. (closes #10422, closes #7719)
diff --git a/src/version.c b/src/version.c index b8712f2..62e2b0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4955, +/**/ 4954, /**/ 4953,