r700 - in /trunk/packages/vim/debian: changelog runtime/vimrc

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sun May 28 10:28:32 UTC 2006


Author: jamessan
Date: Sun May 28 10:28:31 2006
New Revision: 700

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=700
Log:
Remove incorrect patch in debian/runtime/vimrc (#369124)

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/debian/runtime/vimrc

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=700&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sun May 28 10:28:31 2006
@@ -1,10 +1,11 @@
-vim (1:7.0-017+5) unstable; urgency=low
+vim (1:7.0-017+5) UNRELEASED; urgency=low
 
   [ James Vega ]
   * Added po.vim.diff which locally enables line continuations while sourcing
     the po.vim syntax file.  (closes: #368589)
-
- -- James Vega <jamessan at debian.org>  Tue, 23 May 2006 08:24:41 -0400
+  * Remove incorrect path from /etc/vim/vimrc.  (closes: 369124)
+
+ -- James Vega <jamessan at debian.org>  Sun, 28 May 2006 06:26:16 -0400
 
 vim (1:7.0-017+4) unstable; urgency=low
 

Modified: trunk/packages/vim/debian/runtime/vimrc
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/runtime/vimrc?rev=700&op=diff
==============================================================================
--- trunk/packages/vim/debian/runtime/vimrc (original)
+++ trunk/packages/vim/debian/runtime/vimrc Sun May 28 10:28:31 2006
@@ -1,10 +1,9 @@
-" All system-wide defaults are set in $VIMRUNTIME/debian.vim (usually just
-" /usr/share/vim/vimcurrent/debian.vim) and sourced by the call to :runtime
-" you can find below.  If you wish to change any of those settings, you should
-" do it in this file (/etc/vim/vimrc), since debian.vim will be overwritten
-" everytime an upgrade of the vim packages is performed.  It is recommended to
-" make changes after sourcing debian.vim since it alters the value of the
-" 'compatible' option.
+" All system-wide defaults are set in $VIMRUNTIME/debian.vim and sourced by
+" the call to :runtime you can find below.  If you wish to change any of those
+" settings, you should do it in this file (/etc/vim/vimrc), since debian.vim
+" will be overwritten everytime an upgrade of the vim packages is performed.
+" It is recommended to make changes after sourcing debian.vim since it alters
+" the value of the 'compatible' option.
 
 " This line should not be removed as it ensures that various options are
 " properly set to work with the Vim-related packages available in Debian.




More information about the pkg-vim-maintainers mailing list