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

Illegal value for line error using command-mode range deletion #3441

Closed
LongLiveCHIEF opened this issue Feb 1, 2019 · 0 comments · Fixed by #3442
Closed

Illegal value for line error using command-mode range deletion #3441

LongLiveCHIEF opened this issue Feb 1, 2019 · 0 comments · Fixed by #3442
Labels

Comments

@LongLiveCHIEF
Copy link

Describe the bug
Received error when using range to delete lines in command-line mode. I was editing my 3d printer .ini settings gist, and received the following error:

TaskQueue: Error running task. Failed to handle key=
. Illegal value for `line`.

To Reproduce

  1. Copy/paste the first revision of my Slic3r_ender3_config_bundle.ini gist into a new file in VSCode and save it as bundle.ini.
  2. in NORMAL mode, type :302,342d
  3. Lines will be removed, but error will show.

Expected behavior
Lines should be removed with no error

Environment:

  • Extension (VsCodeVim) version: v1.0.6
  • VSCode version: 1.30.2`
  • OS: Windows_NT x64 10.0.17134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants