forked from aniani/vim
patch 8.2.2518: 'listchars' should be window-local
Problem: 'listchars' should be window-local. Solution: Make 'listchars' global-local. (Yegappan Lakshmanan, Marco Hinz, closes #5206, closes #7850)
This commit is contained in:
@@ -1231,6 +1231,7 @@ enum
|
||||
enum
|
||||
{
|
||||
WV_LIST = 0
|
||||
, WV_LCS
|
||||
#ifdef FEAT_ARABIC
|
||||
, WV_ARAB
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user