FS#50764 - [vim-colorsamplerpack] incompatible with version of vim in testing
Attached to Project:
Community Packages
Opened by Daniel Jenssen (Daerandin) - Tuesday, 13 September 2016, 09:32 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 17 September 2016, 15:08 GMT
Opened by Daniel Jenssen (Daerandin) - Tuesday, 13 September 2016, 09:32 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 17 September 2016, 15:08 GMT
|
Details
The current version of vim-samplerpack installs the
colorschemes to /usr/share/vim/vim74, but vim in testing is
at version 8 and does not check vim74.
This package should have a version in testing which is compatible with the vim package in testing. Simply change line 30 in the PKGBUILD to: installpath="${pkgdir}/usr/share/vim/vim80" And vim will find all the colorschemes. |
This task depends upon