commit | b9c67a51c15481d9257e5c26581d17780e9808d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 01 19:49:20 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 01 19:49:20 2019 +0100 |
tree | 1db52a94e46122039c21097bb920e81ea39e3510 | |
parent | 4c05fa08c9739e307ddc88ac91ba6d208f1fd68e [diff] [blame] |
patch 8.1.0675: text property column in screen columns is not practical Problem: Text property column is screen columns is not practical. Solution: Use byte values for the column.
diff --git a/src/version.c b/src/version.c index 17f7733..e3db6e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 675, +/**/ 674, /**/ 673,