Skip to content

Commit

Permalink
feat: these... are valid motions... dammit
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrimeagen committed Jan 25, 2024
1 parent 6364bfc commit a4f52e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/vim-apm/motion/tests/init_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ describe("state", function()
{"6", "y", "9", "y"},
{"6", "d", "9", "a", "p"}, -- damn we got that one right....
{"6", "d", "9", "f", "9"}, -- did we? WE DID!! holy
{"6", ""},
{"6", ""},
}

for _, list in ipairs(motions) do
Expand All @@ -45,8 +47,6 @@ describe("state", function()
{"d", "y"},
{"y", "d"},
{"c", "d"},
{"6", ""},
{"6", ""},
}

for _, list in ipairs(motions) do
Expand Down

0 comments on commit a4f52e6

Please sign in to comment.