-
Notifications
You must be signed in to change notification settings - Fork 153
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
For some reason it is not working #107
Comments
Can you provide a bit more detail? What platform? Whats not working? Also it would be helpful to put |
There seem to be no messages except
Which is not very useful. Sorry for providing such limited information, but there is no hint or error message. I'll try to find out what causes this problem. Thank you for your response! |
Also, you could try:
and send us that output. |
Now I get the log.
As you see it can not find the templates, but I'm sure the templates are there in the last directory. |
Okay I see what the issue is. It looks like the builtin templates are using the Regardless I definitely think this is something we are going to look to change. |
I never changed Plus, it is finding Am I understanding it correctly? How should I fix this? |
Could you help me about this? |
@Jim-Zenn I am experiencing this problem using Mac OS since forever. |
@dbellavista Wow, that is quite an old revision... Thing is, we have this in the code: " Use find if possible as it will also get hidden files on nix systems. Use
" builtin glob as a fallback
if executable("find") && !has("win32") && !has("win64") ...so maybe we can also add I am still puzzled about this usage of |
@aperezdc Oh my... I actually just redo the same debug I've done 10 month ago ( #92 ) I can confirm that using Fish Shell (the bastard) the vim command
is not executed correctly since fish has deprecated backtick expansion. There is nothing wrong with macOS (right, we should use the right spelling :) ) Sooo... the solution is to set the shell to /bin/bash or via environemnt or by inserting @Jim-Zenn is there a change you are using some esoteric shell instead of the standard bash/zsh ? |
I almost forgot this issue already... I don't know since when this plug-in start to work again. I didn't remember what I did. Just now, I tested this plugin again under both fish and zsh. It works fine in both shell even without |
@dbellavista @Jim-Zenn Thanks for confirming that the plugin is now working for you. Probably we could add a FAQ section to the documentation, but for now I'll close this issue provided that the issue is no more. |
I install the plugin with vim-plug. It worked before, but somehow it does not work any more. Any one with me?
The text was updated successfully, but these errors were encountered: