commit | f3fa18468c0adc4fa645f7c394d7a6d14d3d4352 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 17:20:28 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 17:20:28 2021 +0100 |
tree | afa56d87d87648bce9687cd69b9f9313b9e631a3 | |
parent | b17ec4d427f9009eff5dbc3184b26d68b0163edb [diff] [blame] |
patch 8.2.2493: text property for text left of window shows up Problem: Text property for text left of window shows up. Solution: Check if the text property ends before the current column. (closes #7806)
diff --git a/src/version.c b/src/version.c index 0209fd2..d787ca7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2493, +/**/ 2492, /**/ 2491,