commit | ac15fd8c6761763c8feedef1a2fbd8309f0a823c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 09 21:35:48 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 09 21:35:48 2020 +0100 |
tree | 894e9e51f2f0a13c10cd3ac540db63d6f64beecd | |
parent | bf0acff012c2f75563c20241f1a5478534fe2c7a [diff] [blame] |
patch 8.2.0109: corrupted text properties when expanding spaces Problem: Corrupted text properties when expanding spaces. Solution: Reallocate the line. (Nobuhiro Takasaki, closes #5457)
diff --git a/src/version.c b/src/version.c index e06dfc6..815fc47 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 109, +/**/ 108, /**/ 107,