commit | a0dea674b853b56fc9fa09727de6ef3d6281746a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 22:23:10 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 22:23:10 2005 +0000 |
tree | 5ac0852ecc79b67ca762d857edbbf52a26c96b04 | |
parent | c07611362afabee87ab8bb034e94694f502eec14 [diff] [blame] |
updated for version 7.0062
diff --git a/src/buffer.c b/src/buffer.c index 1eb23a3..993e14d 100644 --- a/src/buffer.c +++ b/src/buffer.c
@@ -1721,6 +1721,7 @@ 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);