You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On Windows, I tried
This gives me an error on startup,
If I look on disk, I can see that the repo has been cloned to:
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.
The text was updated successfully, but these errors were encountered: