diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-20 22:23:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-20 22:23:10 +0000 |
commit | a0dea674b853b56fc9fa09727de6ef3d6281746a (patch) | |
tree | 5ac0852ecc79b67ca762d857edbbf52a26c96b04 /src/buffer.c | |
parent | c07611362afabee87ab8bb034e94694f502eec14 (diff) | |
download | vim-git-a0dea674b853b56fc9fa09727de6ef3d6281746a.tar.gz |
updated for version 7.0062
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 1eb23a324..993e14d34 100644 --- 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_spl); #endif #ifdef FEAT_SEARCHPATH clear_string_option(&buf->b_p_sua); |