commit | e344bead3ecc16a0982d157e8c19050f6dff4e0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 20:46:49 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 20:46:49 2005 +0000 |
tree | 34da48120172b9e2efc8c559733c2b69db5a24ba | |
parent | da2303d96b0f55d30e9b5b57d3459d5e1ea22ec2 [diff] [blame] |
updated for version 7.0140
diff --git a/src/buffer.c b/src/buffer.c index 1fb95fd..21b3bc4 100644 --- a/src/buffer.c +++ b/src/buffer.c
@@ -1746,6 +1746,7 @@ #endif #ifdef FEAT_COMPL_FUNC clear_string_option(&buf->b_p_cfu); + clear_string_option(&buf->b_p_ofu); #endif #ifdef FEAT_QUICKFIX clear_string_option(&buf->b_p_gp);