Implement missing functionality for moving lines up/down by count #1252
Replies: 1 comment 2 replies
-
|
Unfortunately, the comment just above this line is relevant: The AFAICT, the only exception to this is when handling the I'm not sure of the best way to solve this. While we get the count passed to the action handler, I don't see a nice way of making it available to Could you add a ticket so we've got the scenario logged, please? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I came across some useful mappings, like the two below:
These mappings move the current line up or down, which could be useful from time-to-time. The mappings are supposed to take a count, but the count part of the mapping does not work as expected. I assume that this is because the
v:count1variable is not implemented.Edit: Hmm. I just came across VimVariableServiceBase.kt , and it looks like these variables are indeed implemented, but the count is wrong.
Beta Was this translation helpful? Give feedback.
All reactions