forked from aniani/vim
patch 8.1.0579: cannot attach properties to text
Problem: Cannot attach properties to text. Solution: First part of adding text properties.
This commit is contained in:
@@ -1191,6 +1191,9 @@ free_all_mem(void)
|
||||
# ifdef FEAT_CMDHIST
|
||||
init_history();
|
||||
# endif
|
||||
#ifdef FEAT_TEXT_PROP
|
||||
clear_global_prop_types();
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_QUICKFIX
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user