We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When yanking selected text in visual mode register 0 is not updated as it is when yanking text in normal mode.
To Reproduce Steps to reproduce the behavior:
V
w
y
Expected behavior Any time text is yanked the yanked text should be available in Register 0.
Environment (please complete the following information):
Extension version: 0.16.5 VS Code version: Code 1.27.2 (f46c4c469d6e6d8c46f268d1553c5dc4b475840f, 2018-09-12T16:17:45.060Z) OS version: Windows_NT x64 6.1.7601
The text was updated successfully, but these errors were encountered:
Should be fixed by my PR #3087 once it is merged!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
When yanking selected text in visual mode register 0 is not updated as it is when yanking text in normal mode.
To Reproduce
Steps to reproduce the behavior:
V
.w
.y
.=> Register 0 does not contain the selected text
Expected behavior
Any time text is yanked the yanked text should be available in Register 0.
Environment (please complete the following information):
Extension version: 0.16.5
VS Code version: Code 1.27.2 (f46c4c469d6e6d8c46f268d1553c5dc4b475840f, 2018-09-12T16:17:45.060Z)
OS version: Windows_NT x64 6.1.7601
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: