Problem description:
When using vim mode, enter text like below (using “i” to into insert mode first, and using “esc” to exit insert mode after the final quote). Upon adding the first, opening quote, replit automatically adds the closing quote, positioning the cursor in between. Finish the insert and press “esc” to exit insert mode.
// "foo"
And then on another line, try to repeat that insert by just hitting the period key.
Expected behavior:
// "foo"
is added
Actual behavior:
// ""foo
is added
Note the quote marks are before the word ‘foo’ instead of around it.
Steps to reproduce:
See above
Bug appears at this link:
Browser/OS/Device:
Safari and Chrome on MacOS both show this bug. Haven’t tried other browser / OS