Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Macros can't jump between files

Open danielo515 opened this issue 5 years ago • 1 comments

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%

danielo515 avatar Aug 12 '20 08:08 danielo515

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

Chadehoc avatar Jan 24 '24 13:01 Chadehoc