commit | 010ee9657acf1a9f799079d718998c94e50ccadc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 20:37:36 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 20:37:36 2019 +0200 |
tree | e69265142e192956576867020a98d2f58523edd9 | |
parent | 03ac52fc025790c474030ea556cec799400aa046 [diff] [blame] |
patch 8.1.2073: when editing a buffer 'colorcolumn' may not work Problem: When editing a buffer 'colorcolumn' may not work. Solution: Set the buffer before copying option values. Call check_colorcolumn() after copying window options.
diff --git a/src/version.c b/src/version.c index ec9aa76..6f8107c 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2073, +/**/ 2072, /**/ 2071,