Mercurial > vim
changeset 384:6f42fce917a8
updated for version 7.0100
author | vimboss |
---|---|
date | Sat, 02 Jul 2005 23:09:03 +0000 |
parents | 8c229eb52e34 |
children | bd4c7ce1da02 |
files | src/buffer.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c +++ b/src/buffer.c @@ -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