Skip to content
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

Moving the cursor manually doesn't cancel search #5129

Open
NightMachinery opened this issue Aug 16, 2020 · 0 comments
Open

Moving the cursor manually doesn't cancel search #5129

NightMachinery opened this issue Aug 16, 2020 · 0 comments

Comments

@NightMachinery
Copy link

Describe the bug
This is basically a complete duplicate of syl20bnr/spacemacs#10410. To reproduce:

  • Search sth with '/'.
  • Without pressing 'RET' click on the main buffer.
  • The vim functionality is now broken (e.g., try selecting text with the mouse and press d.)

Expected behavior
The search should be canceled when the user manually moves the cursor.

Environment (please complete the following information):

- Extension (VsCodeVim) version: 1.16
Version: 1.49.0-insider
Commit: bd08768fd310d34cdd4423a53e5f3ca77340fea5
Date: 2020-08-14T06:47:57.598Z (2 days ago)
Electron: 9.2.0
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Darwin x64 19.0.0
- Issue Type: `Bug`
- Extension Name: `vim`
- Extension Version: `1.16.0`
- OS Version: `Darwin x64 19.0.0`
- VSCode version: `1.49.0-insider`
{
	"messages": [],
	"activationTimes": {
		"codeLoadingTime": 138,
		"activateCallTime": 2,
		"activateResolvedTime": 3,
		"activationReason": {
			"startup": true,
			"extensionId": {
				"value": "vscodevim.vim",
				"_lower": "vscodevim.vim"
			},
			"activationEvent": "*"
		}
	},
	"runtimeErrors": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants