commit | 96ba25ac01279f73c0ecb5d4aa4ff37aa359e5eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 17:34:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 17:34:33 2022 +0100 |
tree | a7ebf066dede8010563debf70816231c4cdf75f4 | |
parent | 54e5fed6d27b747ff152cdb6edfb72ff60e70939 [diff] [blame] |
patch 9.0.0036: 'fillchars' cannot have window-local values Problem: 'fillchars' cannot have window-local values. Solution: Make 'fillchars' global-local. (closes #5206)
diff --git a/src/version.c b/src/version.c index e22fb56..95367ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 36, +/**/ 35, /**/ 34,