mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
Add the conceal patch from Vince Negri.
This commit is contained in:
@@ -1021,6 +1021,12 @@ enum
|
||||
#ifdef FEAT_ARABIC
|
||||
, WV_ARAB
|
||||
#endif
|
||||
#ifdef FEAT_CONCEAL
|
||||
, WV_CONCEAL
|
||||
#endif
|
||||
#ifdef FEAT_CURSORBIND
|
||||
, WV_CRBIND
|
||||
#endif
|
||||
#ifdef FEAT_DIFF
|
||||
, WV_DIFF
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user