-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
All ex commands cause editor window to freeze #3013
Comments
What if you remove your vimrc? See also #1735 (comment) |
I don't have a ~/.vimrc If I set |
Sorry it's not clear to me if you mean the literal path Do you see any errors or other prompts if you start
That doesn't help narrow down the cause of why |
I have no ~/.config/nvim directory. Any place else I should look? Yes, I get the following error when I launch |
Update: I got it working. You were right about the neovim launch error. It seems my |
Two thoughts about that:
|
Describe the bug
Vim works fine until I attempt to submit an ex command (eg:
:s/before/after/g
,:t25 .
).I see the keystrokes being recorded in the bottom status bar, but when I hit enter nothing happens and my cursor freezes. The command remains in the status bar, but I can't input any text into the editor window or issue any normal commands.
The menus still work, but the only way for me to enter text again is to close the window and and reopen it.
I've been experiencing this problem for over a month now.
To Reproduce
Steps to reproduce the behavior:
:t1 .
Expected behavior
I expect line 1 to be copied.
Environment (please complete the following information):
Additional context
I have replicated this problem in VSCode 1.27.0-insider as well.
The problem still occurs even after disabling all other extensions.
The text was updated successfully, but these errors were encountered: