commit | 8b51b7f0f17af149a8ce76e805050977857f9e50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 21:34:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 21:34:18 2020 +0200 |
tree | 62937457eb147bf903de64ec6ef863e97db20abd | |
parent | ad5e5631c5dc93a50bbe637be254c5e9968848ea [diff] [blame] |
patch 8.2.1690: text properties not adjusted for "I" in Visual block mode Problem: Text properties not adjusted for "I" in Visual block mode. Solution: Call inserted_bytes().
diff --git a/src/version.c b/src/version.c index f4b0241..6aa02b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1690, +/**/ 1689, /**/ 1688,