r206 - in trunk/vim/debian: . runtime

Norbert Tretkowski nobse@costa.debian.org
Sat, 14 May 2005 22:46:31 +0000


Author: nobse
Date: 2005-05-14 22:46:29 +0000 (Sat, 14 May 2005)
New Revision: 206

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/runtime/vimrc
Log:
reverted value of backupcopy to default


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-05-14 20:18:07 UTC (rev 205)
+++ trunk/vim/debian/changelog	2005-05-14 22:46:29 UTC (rev 206)
@@ -20,6 +20,7 @@
 
   * Norbert Tretkowski <nobse@debian.org>:
     + Build-Depend on debhelper (>= 4.2.21), required for dh_desktop call.
+    + Reverted value of backupcopy to default.
 
   * Matthijs Mohlmann <matthijs@cacholong.nl>:
     + Added patch for german accents. (closes: #307807)

Modified: trunk/vim/debian/runtime/vimrc
===================================================================
--- trunk/vim/debian/runtime/vimrc	2005-05-14 20:18:07 UTC (rev 205)
+++ trunk/vim/debian/runtime/vimrc	2005-05-14 22:46:29 UTC (rev 206)
@@ -10,7 +10,6 @@
 set autoindent		" always set autoindenting on
 " set linebreak		" Don't wrap words by default
 set textwidth=0		" Don't wrap lines by default 
-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