From: Michael Prokop Date: Wed, 10 Mar 2010 22:53:00 +0000 (+0100) Subject: Drop backupcopy option to avoid overwriting symlinks. Issue brought up by Ulrich... X-Git-Tag: v0.3.80~3 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=442da815e7724dc8601329d6f725a9f65e656382;p=grml-etc-core.git Drop backupcopy option to avoid overwriting symlinks. Issue brought up by Ulrich, thanks! --- diff --git a/etc/vim/vimrc b/etc/vim/vimrc index 79c7ab6..ddc3125 100644 --- a/etc/vim/vimrc +++ b/etc/vim/vimrc @@ -34,8 +34,6 @@ " set linebreak " Don't wrap words by default set textwidth=0 " Don't wrap lines by default set nobackup " Don't keep a backup file - set backupcopy=no " grml: Overwrite files/links with w! -" set backupcopy=yes " Keep a backup file set viminfo='20,\"50 " read/write a .viminfo file, don't store more than " 50 lines of registers set history=50 " keep 50 lines of command line history