You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
What happened:
When I use . to repeat the change behavior after I changed a word with ciw and use <leader><leader>w to easymotion to another word, all keyboard behavior not work. (By the way, I think the command has been send to vscode because of the blink of cursor freezing for a while.)
What did you expect to happen:
The repeat command . should not store the behavior of easymotion and just repeat the behavior before.
How to reproduce it (as minimally and precisely as possible):
<div>test</div>
Put your cursor on the first div and change it into span with ciw in normal mode. Then use easymotion to move the cursor to div in the end tag. Then press .. The end tag will not change as expection. And now, the cursor cannot be moved with hjkl and input also not work.
Environment:
Extension (VsCodeVim) version: 0.10.10
VSCode version: 1.19.2
OS version: macOS High Sierra Version 10.13.2 (17C88)
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
What happened:
When I use
.
to repeat the change behavior after I changed a word withciw
and use<leader><leader>w
toeasymotion
to another word, all keyboard behavior not work. (By the way, I think the command has been send to vscode because of the blink of cursor freezing for a while.)What did you expect to happen:
The repeat command
.
should not store the behavior of easymotion and just repeat the behavior before.How to reproduce it (as minimally and precisely as possible):
Put your cursor on the first
div
and change it intospan
withciw
in normal mode. Then use easymotion to move the cursor todiv
in the end tag. Then press.
. The end tag will not change as expection. And now, the cursor cannot be moved withhjkl
and input also not work.Environment:
The text was updated successfully, but these errors were encountered: