commit | b8ee25acabe887aec5008fd254c4e5c61bebbb04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 23 15:45:08 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 23 15:45:08 2014 +0200 |
tree | b1320ca20cbf0c9b1c0c5ed3abcc516e7c735a9b | |
parent | 4b9d637e9cb4864c28a331ecf4f9c67696240897 [diff] [blame] |
updated for version 7.4.456 Problem: 'backupcopy' is global, cannot write only some files in a different way. Solution: Make 'backupcopy' global-local. (Christian Brabandt)
diff --git a/src/buffer.c b/src/buffer.c index 4fc5032..9eb6716 100644 --- a/src/buffer.c +++ b/src/buffer.c
@@ -2001,6 +2001,7 @@ #ifdef FEAT_LISP clear_string_option(&buf->b_p_lw); #endif + clear_string_option(&buf->b_p_bkc); } /*