-
-
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
# in Normal mode causes Vim to lock up #569
Comments
Wow, that is pretty bad. Thanks for the report, @Liquidmantis. We'll get to it quickly. |
After pressing Line 576 in e7fb5b5
|
Looks right to me. We should just quit the loop if the cursor stays in the On Fri, Aug 5, 2016 at 11:13 PM, Jason Poon [email protected]
Grant |
(Same thing also necessary for *) On Fri, Aug 5, 2016 at 11:15 PM, Grant Mathews [email protected] wrote:
Grant |
We should probably include logic here to check if the |
Actually, what @johnfn suggested is probably easiest :) |
Actually I think all you have to do is check to see if the single character On Fri, Aug 5, 2016 at 11:19 PM, Jason Poon [email protected]
Grant |
Unfortunately, it is a little more involved. The expected behaviour is:
should search for word VIM locking up is baaad so I think what a good course of action is to:
|
06c4906 adds a small hack to prevent the lock-up, but I'm closing this in favor of #429 to track the proper implementation of Thanks for reporting the issue @Liquidmantis! |
What did you do?
Accidentally pressed # while in Normal mode rather than Inser.
Put the exact key strokes you pressed to reproduce the issue, if possible.
What did you expect to happen?
Nothing
What happened instead?
Vim stops working. Requires restart of VS Code.
Technical details:
VSCode Version:
Stable 1.4.0
Insiders 1.5.0
VsCodeVim Version:
0.1.4 (this doesn't occur in 0.1.3)
[please ensure you are on the latest]
OS:
Win2012 R2
OS X 10.11.6
The text was updated successfully, but these errors were encountered: