commit | e2e69e48134cbfdedea7802810932f8592705024 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 20:30:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 20:30:35 2017 +0200 |
tree | 5de70fd649143a4e94584ef3a648b1877900b02f | |
parent | 3653822546fb0f1005c32bb5b70dc9bfacdfc954 [diff] [blame] |
patch 8.0.1041: bogus characters when indenting during visual-block append Problem: Bogus characters appear when indenting kicks in while doing a visual-block append. Solution: Recompute when indenting is done. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index ee6e91c..e594667 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1041, +/**/ 1040, /**/ 1039,