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

Failed to handle key=<C-e>. Cannot read property 'end' of undefined #7027

Closed
alon1samuel opened this issue Aug 25, 2021 · 0 comments
Closed
Labels

Comments

@alon1samuel
Copy link

alon1samuel commented Aug 25, 2021

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'editor'
  2. Click on <C-e>
  3. See error

VSCodeVim version: 1.21.6

Stack trace
TypeError: Failed to handle key=<C-e>. Cannot read property 'end' of undefined
    at z.exec (/home/alon/.vscode/extensions/vscodevim.vim-1.21.6/src/actions/commands/actions.ts:472:20)
    at z.execCount (/home/alon/.vscode/extensions/vscodevim.vim-1.21.6/src/actions/base.ts:230:20)
    at I.runAction (/home/alon/.vscode/extensions/vscodevim.vim-1.21.6/src/mode/modeHandler.ts:729:20)
    at I.handleKeyAsAnAction (/home/alon/.vscode/extensions/vscodevim.vim-1.21.6/src/mode/modeHandler.ts:660:16)
    at I.handleKeyEvent (/home/alon/.vscode/extensions/vscodevim.vim-1.21.6/src/mode/modeHandler.ts:472:40)
    at runMicrotasks (<anonymous>)
    at process.mh (internal/process/task_queues.js:93:5)
    at r (/home/alon/.vscode/extensions/vscodevim.vim-1.21.6/extensionBase.ts:501:15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants