Drop backupcopy option to avoid overwriting symlinks. Issue brought up by Ulrich...
[grml-etc-core.git] / 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