You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! I re-wrote most of the parsing from scratch recently - I'm sure lots of these little bugs have been introduced. :move is actually not yet implemented though (I plan on doing that soon; the recent re-write has made filling in these gaps in functionality easier), see #2472. The parser is throwing the wrong error here, should say the command isn't implemented.
Thanks for all the time you've put into this extension. Description of the bug is below:
Describe the bug
Attempting to move lines from the command line throws an error.
To Reproduce
Enter any range and destination invoking
m
, for example::22,25m10
Expected behavior
The specified range should be moved to the destination.
Environment:
Additional context
Similar commands, such as copying the range with
t
, work perfectly::22,25t10
so perhaps the
m
command is trimming the input differently?The text was updated successfully, but these errors were encountered: