-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Autocomplete/expansion broken on hyper 2.1.0-canary.2 #3278
Comments
This bug has now made it's way into 2.1.0 (stable). Any tab completion results in the original input being "pinned" to the input line. The pinned characters seem to just be a visual artifact and do not affect actual input. |
It has :( I can support testing if there's change but wouldn't know where to start with fixing. |
Completely uninstalling ( |
Reinstalling didn't fix the issue for me, although I'm retaining my .hyper.js, did you generate a new one? |
It's a locale issue, see #183 |
#183 was closed as fixed in 2016- seems its back if thats the root cause. I do have these locale settings for sake of reference:
|
Just tried with those locale settings and I'm also having issues, but I tried with |
Btw, still broken on canary 3.0 which has just landed today for me. Fixed by workaround according to #3091 (comment), so #3369 might take care of the root cause. |
I am on the latest Hyper.app version
I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: OSX Mojave
Hyper.app version: 2.1.0-canary.2
Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
Plugin hyper-snazzy (1.3.0) loaded.
Plugin hyper-statusline (1.7.6) loaded.
Plugin hyper-alt-click (0.1.1) loaded.
Plugin hyperterm-tab-icons (1.1.0) loaded.
Plugin hyperlinks (0.5.0) loaded.
Plugin hyperfullscreen (1.0.1) loaded.
The issue is reproducible in vanilla Hyper.app: Yes- removed all plugins and still present
Issue
Using TAB to complete adds invalid characters to the input. Consider this example where I hit TAB 3 times:
The 3rd time
cd
becomecdcd
. Here is another example how this looks (brbr
):The text was updated successfully, but these errors were encountered: