2012/6/14 Marc Weber <[email protected]>: > ZyX introduced it. You may want to create a github ticket and reference > that in this thread copy pasting this solution > > As quick workaround just set the plugin_dir_by_name setting, call > vam#DefaultPluginDirFromName and replace % by _. Thnaks Marc for the workaround Ill give it a try. Is there any way to post issues with VAM rather than github? I need to have a a github account to post tickets isnt it? And this is a general vim list, so probably not the best place to post these issues. > > fun! vam#DefaultPluginDirFromName(name) > " this function maps addon names to their storage location. \/: are > replaced > " by - (See name rewriting) > return s:c.plugin_root_dir.'/'.substitute(a:name, '[\\/:]\+', '-', 'g') > endfun > fun! vam#PluginDirFromName(...) > return call(s:c.plugin_dir_by_name, a:000, {}) > endf > > If its causing trouble we should consider changing the default. > But I want to give ZyX a chance to give a response. > > 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
-- Un saludo Best Regards Pablo Giménez -- 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
