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

Macros do not respect multiple playbacks accurately (ex. 2@f) #14

Closed
fritogotlayed opened this issue Feb 23, 2017 · 1 comment
Closed

Comments

@fritogotlayed
Copy link

Symptom

Macros do not respect multiple playbacks accurately (ex. 2@f)

Steps To Reproduce

  • Start one line 1 on the left most blank space
  • Enter following key sequence:
    • q j J l c w name [esc] J l c w location [esc] J J J J l l l x i [enter] [esc] q

Input Data

  // Already formatted data here
  {
    a: "name 1",
    b: {
        x: 1,
        y: 1
    }
}, {
    a: "name 2",
    b: {
        x: 2,
        y: 2
    }
}, {
  // More data here ...

Expected Result

  { name: "name 1", location: { x: 1, y: 1 } },
  { name: "name 2", location: { x: 2, y: 2 } },
  {

Actual Result

  { a: "name 1", name: { location: 1, y: 1 } }, {a: 
    "name 2", 
    b: { 
         x: 2,
         y: 2
    }
 }, {

Tested Versions

  • Atom Editor: 1.14.3 ia32
  • atom-keyboard-macros-vim: 0.1.6

NOTE: If there's any more information I can provide please let me know and I will gather it for you.

@mayask
Copy link

mayask commented Feb 23, 2017

Duplicate #9

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

No branches or pull requests

2 participants