-
-
Notifications
You must be signed in to change notification settings - Fork 684
Can't type password on numpad #1143
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
So you are using the GUI version right? How does it not work exactly? Does it still pop up the dialog box and you just couldn't type? Or you could type but it doesn't match the password? |
I could reproduce this if I do I'm still a little confused here though. By default MacVim is supposed to pop up a dialog box to ask for password. I think you may have misunderstood what I said about dialog box. I mean a UI dialog box, not an in-place stdin "Password:" prompt, and Can you show me what |
Alternatively it could be a security settings issues. If |
Also, if you could let me know what |
Just tried on a Guest Account with no .vimrc, same issue. |
That has always been the case before. The way it works is that MacVim sets up an environmental variable called What was the behavior for you before? The fact that you see "Finder" in the security panel suggests you have seen the dialog box before. Was the previous behavior showing a GUI dialog box? Or was it the inline password entry that you see now but it accepted numpad (I would be surprised if that's the case though)? What did change was in r166, where #1091 changed the target of the askpass script to target MacVim.app itself, instead of Finder, so that could matter. There may be differences in how Vim sets up the tty too but I'm not sure. If you want a quick fix, I suggest either using I think updating to a newer macOS version may fix it too :). I think Catalina started to default to zsh which may matter as well. |
Describe the bug
Can't use the numeric keypad to type passwords anymore. Worked fine in previous versions.
Terminal version (running /Applications/MacVim.app/Contents/Resources/vim) works fine.
To Reproduce
Use the famous sudo trick:
:w !sudo tee % >/dev/null
Type numbers or use the “enter” key on the numpad
Expected behavior
Keypresses should work.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: