commit | 4f33bc20d7d5444e44d13f954e8219ad1abd26ef | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Aug 05 17:57:02 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 05 17:57:02 2021 +0200 |
tree | c207d3fc1e3253cc40cc15dc3d2e2fa325d56db1 | |
parent | 1b6acf02b7e685ecb87ccba52c91835a7519073e [diff] [blame] |
patch 8.2.3295: 'cursorline' should not apply to 'breakindent' Problem: 'cursorline' should not apply to 'breakindent'. Solution: Make 'cursorline' apply to 'breakindent' and 'showbreak' consistently. (closes #8684)
diff --git a/src/version.c b/src/version.c index c2d3998..cc8300b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3295, +/**/ 3294, /**/ 3293,