commit | f53e065bce1adff4bff202ed3ba9982ece90b745 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 14:16:02 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 14:16:02 2023 +0000 |
tree | 01d5f9fa4bf0c3dbc27f09c0aba30a4afebef2a4 | |
parent | 441a7a94482f704b66253b8d08130f27b6b13736 [diff] [blame] |
patch 9.0.1325: 'colorcolumn' highlight wrong with virtual text above Problem: 'colorcolumn' highlight wrong with virtual text above. Solution: Adjust column of 'colorcolumn' for text propertly. (closes #12004)
diff --git a/src/version.c b/src/version.c index 8be5a6e..10b38d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1325, +/**/ 1324, /**/ 1323,