r655 - in /trunk/packages/vim/debian: rules runtime/debian.vim runtime/debian.vim.in

zack at users.alioth.debian.org zack at users.alioth.debian.org
Wed May 10 22:13:10 UTC 2006


Author: zack
Date: Wed May 10 22:13:05 2006
New Revision: 655

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=655
Log:
fixed the vimcurrent directory in runtimepath

Added:
    trunk/packages/vim/debian/runtime/debian.vim.in
      - copied, changed from r653, trunk/packages/vim/debian/runtime/debian.vim
Removed:
    trunk/packages/vim/debian/runtime/debian.vim
Modified:
    trunk/packages/vim/debian/rules

Modified: trunk/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/rules?rev=655&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Wed May 10 22:13:05 2006
@@ -184,6 +184,7 @@
 DOT_IN_DEPS += debian/vim-gui-common.install
 DOT_IN_DEPS += debian/vim-common.links
 DOT_IN_DEPS += debian/vim-gui-common.links
+DOT_IN_DEPS += debian/runtime/debian.vim
 
 # nothing to do per default
 all:

Copied: trunk/packages/vim/debian/runtime/debian.vim.in (from r653, trunk/packages/vim/debian/runtime/debian.vim)
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/runtime/debian.vim.in?rev=655&op=diff
==============================================================================
--- trunk/packages/vim/debian/runtime/debian.vim (original)
+++ trunk/packages/vim/debian/runtime/debian.vim.in Wed May 10 22:13:05 2006
@@ -1,7 +1,7 @@
 
 " Debian system-wide default configuration Vim
 
-set runtimepath=~/.vim,/usr/share/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vimcurrent,/usr/share/vim/vimfiles/after,/usr/share/vim/addons/after,~/.vim/after
+set runtimepath=~/.vim,/usr/share/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/@VIMCUR@,/usr/share/vim/vimfiles/after,/usr/share/vim/addons/after,~/.vim/after
 
 " Normally we use vim-extensions. If you want true vi-compatibility
 " remove change the following statements




More information about the pkg-vim-maintainers mailing list