Drop backupcopy option to avoid overwriting symlinks. Issue brought up by Ulrich...
authorMichael Prokop <mika@grml.org>
Wed, 10 Mar 2010 22:53:00 +0000 (23:53 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 10 Mar 2010 22:53:00 +0000 (23:53 +0100)
etc/vim/vimrc

index 79c7ab6..ddc3125 100644 (file)
@@ -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