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

shell completion also escapes shell variable names #483

Open
ssnnoo opened this issue Mar 4, 2021 · 0 comments
Open

shell completion also escapes shell variable names #483

ssnnoo opened this issue Mar 4, 2021 · 0 comments

Comments

@ssnnoo
Copy link

ssnnoo commented Mar 4, 2021

Hi,

following up on issue this issue, now also shell-variables are escaped via ,

e.g.

in home directory cd TAB -> then type $HOME and select the input line -> inserts "cd $HOME"

though if I type $HOME in this case, the first candidate is the content of the shell variable, but if I select the candidate, the text is added to the input and does not replace it, e.g. if $HOME is asdf

typing $HOME TAB -> $HOMEasdf/

shell variable completion seems to work once I type $ followed directly by TAB, then I can select HOME (without $).

sorry, not straight forward to describe the issue.

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

No branches or pull requests

1 participant