-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Error for autocompletion of perl command #3856
Comments
Quotes don't nest in the manner the person who wrote that expected. Also, it makes more sense from a performance perspective to calculate the list of modules once when that completion script is loaded rather than every time the module completion is invoked. Want to take a stab at fixing this, @WhyCannotIPostAnonymously? |
The autocompletion depends upon the current directory since
Well… I just program very casually, and I don't know how things are organized in fish and where to put global variables for that. If I can do something why not but I'm not confident and it would take me too much time (I never used git, etc.). |
Not a problem, @WhyCannotIPostAnonymously. It's just that this has been broken for at least 2.5 years according to I used to be a Perl guru but lost that status a decade ago when I switched to Python. I'm happy to fix the proximate problem but am not interested in spending a lot of time relearning about Perl's import mechanism and why |
@WhyCannotIPostAnonymously, I fixed the problem you reported. Feel free to open a new issue if you want to pursue making the perl completions more efficient. |
Hi,
When I type
perl -
in fish, it outputs the following and the autocompletion does not work.If I add a slash before the
$
in the file, the autocompletion works.The text was updated successfully, but these errors were encountered: