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

macro playback does not insert tab #1634

Closed
seatownrocks opened this issue May 3, 2017 · 1 comment · Fixed by #1663
Closed

macro playback does not insert tab #1634

seatownrocks opened this issue May 3, 2017 · 1 comment · Fixed by #1663

Comments

@seatownrocks
Copy link

  • Click thumbs-up 👍 on this issue if you want it!
  • Click confused 😕 on this issue if not having it makes VSCodeVim unusable.

The VSCodeVim team prioritizes issues based on reaction count.


BUG REPORT:

Environment:

  • VSCode Version: 1.11.2:
  • VsCodeVim Version: 0.6.20:
  • OS: Windows 10 Home:

What happened:
Tab is not inserted on macro replay. Record a macro that goes to beginning of a line, enters insert mode, inserts one tab, exits insert mode, moves down one line. Replay the macro.

qa0i<tab><esc>jq@a

What did you expect to happen:

  1. Cursor moves to beginning of line
  2. Enters insert mode
  3. Inserts one tab
  4. Exits insert mode
  5. Moves down one line

How to reproduce it:
Record macro:
qa0i<tab><esc>jq

Replay macro:
@a

@Chillee
Copy link
Member

Chillee commented May 4, 2017

This is probably the same thing as #612.

johnfn added a commit that referenced this issue May 13, 2017
Fixes #1400, #612, #1632, #1634, #1531, #1458: Tab isn't handled properly for insert and visualblockinsert modes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants