Description of problem: powerline.vim is installed into the wrong folder it should be installed to '/usr/share/vim/vimfiles/plugins' and depand on vim-filesystem Version-Release number of selected component (if applicable): 0.0.1-7.20140508git9e7c6c.fc20 How reproducible: always Steps to Reproduce: 1. install vim-plugin-powerline 2. open vim 3. Actual results: powerline-plugin not loaded Expected results: powerline plugin loaded Additional info: maybe the vim relating files from powerline-package should be moved (not copyed) to the vim-plugn-powerline-package
The problem is that the upstream installation script does not correctly install these file. Also all the bindings are in the wrong directory. /usr/lib/python2.7/site-packages/powerline/bindings/vim /usr/lib/python2.7/site-packages/powerline/bindings/vim/__init__.py /usr/lib/python2.7/site-packages/powerline/bindings/vim/__init__.pyc /usr/lib/python2.7/site-packages/powerline/bindings/vim/__init__.pyo /usr/lib/python2.7/site-packages/powerline/bindings/vim/plugin /usr/lib/python2.7/site-packages/powerline/bindings/vim/plugin/powerline.vim same for the bash files: /usr/lib/python2.7/site-packages/powerline/bindings/bash /usr/lib/python2.7/site-packages/powerline/bindings/bash/powerline.sh Could you please open a upstream bug that the location of the bindings gets fixed! I will then create a new package. I just don't have time to look into this myself.
Seems to be the same issue for the tmux-powerline package?