r642 - in /branches/packages/vim/vim7/debian: NEWS TODO runtime/vimrc

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Wed May 3 15:22:58 UTC 2006


Author: jamessan
Date: Wed May  3 15:22:57 2006
New Revision: 642

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=642
Log:
Added NEWS entry for debian.vim.
Updated vimrc to use "runtime!" to ensure our debian.vim gets loaded even if there are other debian.vim files earlier in 'runtimepath'.

Modified:
    branches/packages/vim/vim7/debian/NEWS
    branches/packages/vim/vim7/debian/TODO
    branches/packages/vim/vim7/debian/runtime/vimrc

Modified: branches/packages/vim/vim7/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-vim/branches/packages/vim/vim7/debian/NEWS?rev=642&op=diff
==============================================================================
--- branches/packages/vim/vim7/debian/NEWS (original)
+++ branches/packages/vim/vim7/debian/NEWS Wed May  3 15:22:57 2006
@@ -1,3 +1,21 @@
+vim (1:6.4+7.0g01-1) experimental; urgency=low
+
+  /etc/vim/vimrc (and gvimrc) no longer contain the default system-wide
+  settings for Vim.  They have been moved to $VIMRUNTIME/debian.vim in order
+  to ensure any changes we maintainers make are properly applied (such as
+  further modifications to the runtimepath option).
+
+  This frees up /etc/vim/vimrc (and gvimrc) for the sysadmin to make any
+  changes directly to that file instead of using vimrc.local as had previously
+  been suggested.  The only line which need be maintained is "runtime!
+  debian.vim" as that is what sources the pacakge's system-wide settings.
+
+  It is highly recommended that the new vimrc and gvimrc files are accepted or
+  carefully merged with the existing files since not doing so will very
+  likely cause Vim not to operate correctly.
+
+ -- James Vega <jamessan at debian.org>  Wed,  3 May 2006 10:54:15 -0400
+
 vim (1:6.4-004+1) unstable; urgency=low
 
   * The vim-tiny package is back.

Modified: branches/packages/vim/vim7/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-vim/branches/packages/vim/vim7/debian/TODO?rev=642&op=diff
==============================================================================
--- branches/packages/vim/vim7/debian/TODO (original)
+++ branches/packages/vim/vim7/debian/TODO Wed May  3 15:22:57 2006
@@ -1,8 +1,3 @@
-
-* Adds a NEWS entry about debian.vim
-  http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/2006-May/002545.html
-
---  Mon, 01 May 2006 11:05:43 -0400 zack
 
 * Make debcontrol.vim share the same destiny of debchangelog.vim (move it to
   runtime/, integrate patches, send it to Bram, and get in touch about it with

Modified: branches/packages/vim/vim7/debian/runtime/vimrc
URL: http://svn.debian.org/wsvn/pkg-vim/branches/packages/vim/vim7/debian/runtime/vimrc?rev=642&op=diff
==============================================================================
--- branches/packages/vim/vim7/debian/runtime/vimrc (original)
+++ branches/packages/vim/vim7/debian/runtime/vimrc Wed May  3 15:22:57 2006
@@ -2,7 +2,10 @@
 " $VIMRUNTIME/debian.vim and loaded by the following call to runtime.  If you
 " wish to change any of those settings, that should be done in this file since
 " debian.vim will be overwritten everytime an upgrade is performed.
-runtime debian.vim
+"
+" 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.
+runtime! debian.vim
 
 " NOTE: debian.vim sets 'nocompatible'.  Setting 'compatible' changes numerous
 " options, so any other options should be set AFTER setting 'compatible'.




More information about the pkg-vim-maintainers mailing list