VSCodeVim / Vim

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

Macros can't jump between files #5123

Open danielo515 opened 4 years ago

danielo515 commented 4 years ago

Describe the bug If you start recording a macro and jump to a file as part of that macro the macro recording stops. Also when you are on a different file you can not repeat the last macro, at least not the same that you ran on the previous file you were.

To Reproduce Steps to reproduce the behavior:

  1. Start recording a macro
  2. Jum to a file using gd or gf
  3. See how the macro record has stopped

Expected behavior In normal vim macros can jump between files and go back and forth

Environment (please complete the following information):

Extension version: 1.16.0 VS Code version: Code 1.47.3 (91899dcef7b8110878ea59626991a18c8a6a1b3e, 2020-07-23T13:08:29.692Z) OS version: Darwin x64 19.5.0

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz (12 x 2900)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled| |Load (avg)|3, 3, 3| |Memory (System)|32.00GB (0.16GB free)| |Process Argv|-psn_0_73746| |Screen Reader|no| |VM|0%|
Chadehoc commented 9 months ago

Also true when changing buffer in a straightforward way using for example C-w C-w.