mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0004
This commit is contained in:
@@ -1668,6 +1668,9 @@ free_buf_options(buf, free_p_ff)
|
||||
#ifdef FEAT_INS_EXPAND
|
||||
clear_string_option(&buf->b_p_cpt);
|
||||
#endif
|
||||
#ifdef FEAT_COMPL_FUNC
|
||||
clear_string_option(&buf->b_p_cfu);
|
||||
#endif
|
||||
#ifdef FEAT_QUICKFIX
|
||||
clear_string_option(&buf->b_p_gp);
|
||||
clear_string_option(&buf->b_p_mp);
|
||||
@@ -1679,6 +1682,9 @@ free_buf_options(buf, free_p_ff)
|
||||
#ifdef FEAT_INS_EXPAND
|
||||
clear_string_option(&buf->b_p_dict);
|
||||
clear_string_option(&buf->b_p_tsr);
|
||||
#endif
|
||||
#ifdef FEAT_TEXTOBJ
|
||||
clear_string_option(&buf->b_p_qe);
|
||||
#endif
|
||||
buf->b_p_ar = -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user