Vim icon indicating copy to clipboard operation
Vim copied to clipboard

`u`/`<C-r>` for undo/redo don’t work in the interactive playground

Open chris-morgan opened this issue 4 years ago • 1 comments

To reproduce: Steps to reproduce the behavior:

  1. Help → Interactive Playground.
  2. Select one of the editable areas.
  3. Modify the text in some way.
  4. Press u to undo the last change.

Expected behavior: It should undo the change.

Actual behaviour: “Already at oldest change” status text; nothing happens. (Much the same on Ctrl+R for redo when there are redoable changes.)

Note that the Visual Studio Code’s native Ctrl+Z and Ctrl+Shift+Z do work.

Environment:

  • Extension (VsCodeVim) version: 1.14.2
  • VSCode version: 1.45.0
  • OS: Windows 10.0.19041

chris-morgan avatar May 14 '20 08:05 chris-morgan

This appears to be true of the editor in general. I don't recall this being a problem until recently.

catskul avatar Aug 09 '22 17:08 catskul