Closed fedepujol closed 2 years ago
It seems there is a problem in the command definition of MoveBlock
command! -nargs=1 -range=% MoveBlock lua require('move').MoveBlock(<args>, <line1>, <line2>)
Where it takes line1 and line2 as arguments. This could be related to the issue.
Closing issue. The bug is still there but only when used in the forms declare above.
This mappings:
and their lua equivalent:
Single line/char operations works fine.