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
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
|
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
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
sudo ln -s /usr/share/vim72/{indent,doc,syntax,colors} /usr/share/vim
but i'm guessing the plugin packages need updating
set runtimepath+=/usr/share/vim
to your vimrc is a cleaner solution.