summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-09-23 15:45:08 +0200
committerBram Moolenaar <Bram@vim.org>2014-09-23 15:45:08 +0200
commitb8ee25acabe887aec5008fd254c4e5c61bebbb04 (patch)
treeb1320ca20cbf0c9b1c0c5ed3abcc516e7c735a9b /runtime
parent4b9d637e9cb4864c28a331ecf4f9c67696240897 (diff)
updated for version 7.4.456v7.4.456
Problem: 'backupcopy' is global, cannot write only some files in a different way. Solution: Make 'backupcopy' global-local. (Christian Brabandt)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 291ab833ee..790e66c7b4 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -921,7 +921,7 @@ A jump table for the options with a short description can be found at |Q_op|.
*'backupcopy'* *'bkc'*
'backupcopy' 'bkc' string (Vi default for Unix: "yes", otherwise: "auto")
- global
+ global or local to buffer |global-local|
{not in Vi}
When writing a file and a backup is made, this option tells how it's
done. This is a comma separated list of words.