Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect folders created from addon with % in name #176

Open
ipsquiggle opened this issue Jun 13, 2016 · 1 comment
Open

Incorrect folders created from addon with % in name #176

ipsquiggle opened this issue Jun 13, 2016 · 1 comment

Comments

@ipsquiggle
Copy link

On Windows, I tried

VAMActivate lua%3625

This gives me an error on startup,

Error detected while processing function vam#ActivateAddons ...[snip]... vam#vcs#Checkout:
line 4:
E605: Exception not caught: Failed to checkout addon to C:\Users\username.vim\vim-addons/lua%3625.
etc.

If I look on disk, I can see that the repo has been cloned to:

C:\Users\username.vim\vim-addons\lua%3625

Note the extra backslash/folder created. It looks like a bad escape of the % or something led to an additional depth of folder being created.

@Joseph4tec
Copy link

I meet the same issue when I am trying to install AutoClose%1849.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants