-
Notifications
You must be signed in to change notification settings - Fork 311
Custom Tab completion issues with PSReadLine #64
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
Comments
looks like this isn't specific to custom tab completion... typing:
clears the line. |
This sounds like issue #46 which has been fixed for awhile. Also, based on your repro steps, I can't reproduce the problem. What version of the dll do you have? This will tell you:
The current version is 1.0.0.3. BTW, I highly recommend you look at https://github.com/lzybkr/TabExpansionPlusPlus. This module makes it really easy to add your own completers. |
when I ran Thanks for the |
I see - it doesn't repro for me because I'm building from the latest sources, not using the published binaries. I'll update the binaries soon - until then you can build your own and the problem should go away. |
Hello,
I recently started playing with some custom tab completion and am noticing an issue when I have
PSReadLline
running (vs not).Repro Steps:
PSReadLline
sampleTab <tab>
(notice how it expands toasdf
andfdsa
.Now run the same steps above with
PSReadLline
setup.Notice
sampleTab <tab>
(tab once) does nothing, andsampleTab <tab>
(tab twice) clears the line?Any thoughts?
The text was updated successfully, but these errors were encountered: