commit | eed9d46293f0842aad0d50ff3a526f9a48b12421 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 20:38:25 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 20:38:25 2021 +0100 |
tree | ef3730ca3c0a7ede44fade0ea638975f43a65d5f | |
parent | 7c5b3c03699a4ab31f47c24290852d441ea8c12a [diff] [blame] |
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)
diff --git a/src/option.h b/src/option.h index 4bc189c..349268c 100644 --- a/src/option.h +++ b/src/option.h
@@ -1231,6 +1231,7 @@ enum { WV_LIST = 0 + , WV_LCS #ifdef FEAT_ARABIC , WV_ARAB #endif