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

VsVim for Mac: Insert mode not recorded in macro #2844

Closed
2 tasks
ofthelit opened this issue Aug 7, 2020 · 2 comments · Fixed by #2884
Closed
2 tasks

VsVim for Mac: Insert mode not recorded in macro #2844

ofthelit opened this issue Aug 7, 2020 · 2 comments · Fixed by #2884

Comments

@ofthelit
Copy link

ofthelit commented Aug 7, 2020

Describe the bug
When recording a macro, everything entered in Insert mode is not recorded. A copy in Visual mode and a paste in Navigation mode works.

To Reproduce
Steps to reproduce the behavior:

  1. Open up a C# file
  2. Start recording in register a: qa
  3. Go to insert mode and type some text: i test
  4. Go back to navigation mode:
  5. Start a new line: o newline test<esc>
  6. Stop recording the macro: q
  7. Playback the macro: @a

Expected behavior
I expect the macro to repeat itself. The new line appears but entered text is not recorded.

Environment

  • Visual Studio version: Version 8.6.8 (build 2)
  • VsVim version: 2.8.0.7
  • Programming Language: C#
  • Check(Type 'x') any that are installed:
    • ReSharper
    • Visual Assist

Additional context

Enabled user installed extensions
DeepClean 1.2.5
Xamarin.Forms HotReload extension 1.4.0
Open With 0.2
XAML Styler 2.0.1
VsVim 2.8.0.7
MFractor 4.2.9
Project System Tools 0.4

@nosami
Copy link
Collaborator

nosami commented Aug 7, 2020

Hmm... I fixed this issue in 2.8.0.8 but that had to be reverted because it caused new problems

I'm afraid I'm not even using a Mac right now

@nosami
Copy link
Collaborator

nosami commented Apr 24, 2021

Fixed in 2.8.0.11. You can get it from the Releases page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants