forked from aniani/vim
patch 8.1.1901: the +insert_expand feature is not always available
Problem: The +insert_expand feature is not always available. Solution: Graduate the +insert_expand feature.
This commit is contained in:
@@ -1065,7 +1065,7 @@ free_all_mem(void)
|
||||
spell_free_all();
|
||||
# endif
|
||||
|
||||
# if defined(FEAT_INS_EXPAND) && defined(FEAT_BEVAL_TERM)
|
||||
# if defined(FEAT_BEVAL_TERM)
|
||||
ui_remove_balloon();
|
||||
# endif
|
||||
|
||||
@@ -1117,9 +1117,7 @@ free_all_mem(void)
|
||||
free_search_patterns();
|
||||
free_old_sub();
|
||||
free_last_insert();
|
||||
# if defined(FEAT_INS_EXPAND)
|
||||
free_insexpand_stuff();
|
||||
# endif
|
||||
free_prev_shellcmd();
|
||||
free_regexp_stuff();
|
||||
free_tag_stuff();
|
||||
|
Reference in New Issue
Block a user