VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.97k stars 1.32k forks source link

`vi'` inside text, surrounded by single quotes, does not select the whole text #8008

Open DonutLaser opened 2 years ago

DonutLaser commented 2 years ago

Describe the bug vi' inside text, surrounded by single quotes, does not select the whole text, but rather surrounds a single symbol with single quotes.

To Reproduce Steps to reproduce the behavior:

  1. In a new file, write 'hello, world'
  2. Place cursor on letter o
  3. Press vi' command
  4. See only letter o is selected, instead of the whole hello, world

Expected behavior Text, surrounded by single quotes, is selected.

Environment (please complete the following information):

Additional context vi' seems to have stopped working correcly in extension version 1.17.0

septsea commented 2 years ago

I cannot reproduce the bug.