symlink to /usr/share/vim/vimXX/

Stefano Zacchiroli zack at debian.org
Sun Oct 23 15:26:51 UTC 2005


On Sun, Oct 23, 2005 at 02:23:18PM +0200, Stefano Zacchiroli wrote:
> Thinking at it a bit more, having /usr/share/vim/vimcurrent would also
> enable us to get rid of the only version-dependent path in
> /etc/vim/vimrc thus resolving the periodic issues with people changing
> it and getting stuck when we upgrade major vim versions ...

If noone objects I've a commit ready which implement this changes.

While I was at it I also noticed some strangeness in our current setting
of 'runtimepath', which actually is:

  ~/.vim
  /etc/vim
  /usr/share/vim/vimfiles
  /usr/share/vim/addons
  /usr/share/vim/vim64
  /usr/share/vim/vimfiles
  /usr/share/vim/addons/after
  ~/.vim/after

Two issues IMO with this:
1) vimfiles is repeated (the second is probably a typo, should be
   .../vimfiles/after)
2) /usr/share/vim/vimfiles is a symlink to /etc/vim, no point in having
   both of them

Summarizing my proposal is the following:

  ~/.vim
  /usr/share/vim/addons
  /usr/share/vim/vimfiles         (aka /etc/vim/)
  /usr/share/vim/vimcurrent       (aka /usr/share/vim/vim64/)
  /usr/share/vim/vimfiles/after
  /usr/share/vim/addons/after
  ~/.vim/after

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
zack@{cs.unibo.it,debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20051023/4c6c01db/attachment.pgp


More information about the pkg-vim-maintainers mailing list