commit | 663bc89bbb8158bd0888f7d7228b2dbc6bbd4802 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 08 23:07:24 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 08 23:07:24 2019 +0100 |
tree | 9294a8f3419b280c596e21af2b1284ae23bc9a58 | |
parent | e12bab3144af8943937bd0ff4bc57f04e53037b3 [diff] [blame] |
patch 8.1.0707: text property columns are not adjusted for changed indent Problem: Text property columns are not adjusted for changed indent. Solution: Adjust text properties.
diff --git a/src/version.c b/src/version.c index 768c384..e9a5a43 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 707, +/**/ 706, /**/ 705,