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/option.h b/src/option.h index 815a115..5ac54ef 100644 --- a/src/option.h +++ b/src/option.h
@@ -1238,6 +1238,7 @@ { WV_LIST = 0 , WV_LCS + , WV_FCS #ifdef FEAT_ARABIC , WV_ARAB #endif