commit | ea042677ab5cab736540f3164909cac2c685de74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 29 20:22:32 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 29 20:22:32 2021 +0200 |
tree | 623524f72d11b847df5de0043c42e466290e2e8b | |
parent | 4067bd3604215b48e4b4201e28f9e401b08418e4 [diff] [blame] |
patch 8.2.3074: popup_atcursor() uses wrong position with concealing Problem: popup_atcursor() uses wrong position with concealing. Solution: Keep w_wcol in conceal_check_cursor_line(). (closes #8476)
diff --git a/src/version.c b/src/version.c index 1253251..f60abaf 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3074, +/**/ 3073, /**/ 3072,