1
0
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:
Bram Moolenaar
2018-12-13 22:20:09 +01:00
parent 5c5697f298
commit 98aefe7c32
26 changed files with 1747 additions and 46 deletions

View File

@@ -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
{