Indeed this works reasonable well. Python lets you add paths to sys.path on the fly.
So you can use s:file magic to get to know current path and make python know about this all. Basically your code is not a "plugin". It's a library which should be used by plugins. If it ships with Vim everything is fine. If it's not I'd like you to have a look at vim-addon-manager because it can install plugins like this on the fly. And it let's other plugins specify dependencies. I think we should try hard to make everything as easy as possible for the average user. Marc Weber -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
