FS#14626 - [vim] plugins doesnot support the latest testing/vim 7.2.166-1

Attached to Project: Arch Linux
Opened by Shao Hao (shaohao) - Thursday, 07 May 2009, 23:54 GMT
Last edited by Tobias Kieslich (tobias) - Sunday, 13 September 2009, 22:48 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Tobias Kieslich (tobias)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

testing/vim 7.2.166-1
community/vim-supertab 0.49-1
extra/vim-taglist 45-1
and other vim plugin packages

The vim-supertab and vim-taglist package will install plugins into /usr/share/vim/plugins
But the vim's default plugins directory is /usr/share/vim/vim72/plugins.
And the latest vim7.2.116 cannot recogonize the /usr/share/vim/plugins directory.
This task depends upon

Closed by  Tobias Kieslich (tobias)
Sunday, 13 September 2009, 22:48 GMT
Reason for closing:  Fixed
Additional comments about closing:  All plugins in extra a rebuild against the new path
Comment by héctor (hacosta) - Friday, 08 May 2009, 21:04 GMT
for the time beeing i did:
sudo ln -s /usr/share/vim72/{indent,doc,syntax,colors} /usr/share/vim
but i'm guessing the plugin packages need updating
Comment by Alessandro Doro (adoroo) - Friday, 08 May 2009, 23:14 GMT
Adding
set runtimepath+=/usr/share/vim
to your vimrc is a cleaner solution.
   . (0 KiB)
Comment by Tobias Kieslich (tobias) - Thursday, 25 June 2009, 16:26 GMT
I introduced a /usr/share/vim/vimcurrent runtime symlink, that shall help with the problem in the long run, if people start using that for the plugins.

Loading...