commit | e428fa04a758cc87ea580c856a796e58e407504b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 16:55:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 16:55:41 2022 +0100 |
tree | d78d37590fdf18a828fc984ea5722ddd7da4b5ab | |
parent | 8f49e690dc7b6ed521fb11431e2a406d01c4de3a [diff] [blame] |
patch 9.0.0178: cursor position wrong with virtual text before Tab Problem: Cursor position wrong with virtual text before Tab. Solution: Use the byte length, not the cell with, to compare the column. Correct tab size after text prop. (closes #10866)
diff --git a/src/version.c b/src/version.c index 739a2f4..f105ab7 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 178, +/**/ 177, /**/ 176,