aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2014-12-20 16:17:39 +0100
committerFlorian Walch <florian@fwalch.com>2014-12-20 16:31:59 +0100
commit7e31044cd8c0a0f3333dd53c70f4f28957d8514d (patch)
treed51eab562ad70c059408faf82bb5addd184632ef /runtime
parent5a1cddc47bdb9cf2b4b0d0d449c34ed9d237ea90 (diff)
downloadrneovim-7e31044cd8c0a0f3333dd53c70f4f28957d8514d.tar.gz
rneovim-7e31044cd8c0a0f3333dd53c70f4f28957d8514d.tar.bz2
rneovim-7e31044cd8c0a0f3333dd53c70f4f28957d8514d.zip
vim-patch:7.4.456
Problem: 'backupcopy' is global, cannot write only some files in a different way. Solution: Make 'backupcopy' global-local. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-456
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 39f83ac75d..1e02cc6ff0 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.