commit | aaa16b09180080284c4a5049fe16bdaccbb13b74 | [log] [tgz] |
---|---|---|
author | Alexey Radkov <alexey.radkov@gmail.com> | Wed Jan 04 11:15:30 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 04 11:15:30 2023 +0000 |
tree | bc12b729a1f396eef330eee294760ede70f309f0 | |
parent | 574950dfb1d353f094463b709e39544ebf8fcdcd [diff] [blame] |
patch 9.0.1141: 'cursorcolumn' and 'colorcolumn' wrong after concealing Problem: 'cursorcolumn' and 'colorcolumn' wrong after concealing and wrapping line. Solution: Reset "wlv.vcol_off" after each screen line. (Alexey Radkov, closes #11777)
diff --git a/src/version.c b/src/version.c index bc0d3fd..3bfa6d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1141, +/**/ 1140, /**/ 1139,