0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0100

This commit is contained in:
Bram Moolenaar
2005-07-02 23:09:03 +00:00
parent 1f8a5f0eac
commit 0f7d31ad83

View File

@@ -1720,7 +1720,10 @@ free_buf_options(buf, free_p_ff)
clear_string_option(&buf->b_p_nf);
#ifdef FEAT_SYN_HL
clear_string_option(&buf->b_p_syn);
clear_string_option(&buf->b_p_spc);
clear_string_option(&buf->b_p_spf);
vim_free(buf->b_cap_prog);
buf->b_cap_prog = NULL;
clear_string_option(&buf->b_p_spl);
#endif
#ifdef FEAT_SEARCHPATH