changeset 309:ba02e70f9b18

updated for version 7.0082
author vimboss
date Tue, 07 Jun 2005 20:58:01 +0000
parents 74e9d19831c2
children 04bf54c587f4
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1721,6 +1721,7 @@ 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_spf);
     clear_string_option(&buf->b_p_spl);
 #endif
 #ifdef FEAT_SEARCHPATH