forked from aniani/vim
patch 9.0.0036: 'fillchars' cannot have window-local values
Problem: 'fillchars' cannot have window-local values. Solution: Make 'fillchars' global-local. (closes #5206)
This commit is contained in:
@@ -1238,6 +1238,7 @@ enum
|
||||
{
|
||||
WV_LIST = 0
|
||||
, WV_LCS
|
||||
, WV_FCS
|
||||
#ifdef FEAT_ARABIC
|
||||
, WV_ARAB
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user