AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Does not work as pathogen bundle #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Conque assumes python files located in ~/.vim/autoload, which does not work, if 
the package is 
installed as pathogen bundle:

pyfile ~/.vim/autoload/conque.py
pyfile ~/.vim/autoload/conque_subprocess.py
pyfile ~/.vim/autoload/conque_screen.py

Maybe its possible to load python files relative to installed directory. In my 
case Conque is installed 
in ~/.vim/bundle/conque/ with subdirs autoload, doc, etc.

For info on pathogen, please see http://github.com/tpope/vim-pathogen

Original issue reported on code.google.com by uwe.kitz...@gmail.com on 28 May 2010 at 6:17

GoogleCodeExporter commented 8 years ago
Works in 1.1 - thanks :)

Original comment by uwe.kitz...@gmail.com on 30 May 2010 at 5:53

GoogleCodeExporter commented 8 years ago
I actually didn't change anything for 1.1, it's just that the official releases 
are
packaged in a way which doesn't have the hard-coded ~/.vim/ reference.

r229 should fix the issue for the dev code in subversion as well.

Original comment by nicora...@gmail.com on 31 May 2010 at 5:53

GoogleCodeExporter commented 8 years ago

Original comment by nicora...@gmail.com on 31 May 2010 at 5:53