There are a couple of scripts which have wrong type: I fixed it this way in vim-addon-manager-known-repositories:
let s:plugin_sources["rubycomplete"]["target_dir"] = "autoload" let s:plugin_sources['xptemplate']['strip-components'] = 0 let s:plugin_sources['ZenCoding']['script-type'] = 'plugin' let s:plugin_sources['scala']['script-type'] = 'syntax' let s:plugin_sources['bufkill']['script-type'] = 'plugin' So if you don't take care about those fixes .vim files will be installed to the wrong directories. Probably there are more. I just hit those issues. 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
