X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fvim%2Fvimrc;fp=etc%2Fvim%2Fvimrc;h=ddc3125f90ab0193ec5a1241854deed994986b21;hb=442da815e7724dc8601329d6f725a9f65e656382;hp=79c7ab692f1354718406661a94e1ec82c6e86c1a;hpb=744df552df2218541797cff2406144f1d6745f44;p=grml-etc-core.git 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