[SCM] Vim packaging branch, debian, updated. upstream/7.2.025-248-g64c6a36

James Vega jamessan at debian.org
Thu Oct 16 14:04:59 UTC 2008


The following commit has been merged in the debian branch:
commit 64c6a3664645641bed1bcc6e4713f625bc52df2b
Author: James Vega <jamessan at debian.org>
Date:   Thu Oct 16 10:04:05 2008 -0400

    Remove deprecated warnings from system (g)vimrc
    
    There's no reason not to allow use of /etc/vim/(g)vimrc.local,
    especially since doing so reduces the chances of the end-user not
    accepting necessary changes to /etc/vim/(g)vimrc
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/runtime/gvimrc b/debian/runtime/gvimrc
index 7a7d4b8..94bdf44 100644
--- a/debian/runtime/gvimrc
+++ b/debian/runtime/gvimrc
@@ -14,7 +14,6 @@
 " downloads for the colorschemes on vim.org
 
 " Source a global configuration file if available
-" XXX Deprecated, please move your changes here in /etc/vim/gvimrc
 if filereadable("/etc/vim/gvimrc.local")
   source /etc/vim/gvimrc.local
 endif
diff --git a/debian/runtime/vimrc b/debian/runtime/vimrc
index afeb824..48608cc 100644
--- a/debian/runtime/vimrc
+++ b/debian/runtime/vimrc
@@ -47,7 +47,6 @@ runtime! debian.vim
 "set mouse=a		" Enable mouse usage (all modes)
 
 " Source a global configuration file if available
-" XXX Deprecated, please move your changes here in /etc/vim/vimrc
 if filereadable("/etc/vim/vimrc.local")
   source /etc/vim/vimrc.local
 endif

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list