dot to repeat gets confused if selection is from bottom up
See original GitHub issueWhat did you do?
open any file with say 10 lines in it.
GV3j>
This indents the correct three lines and leaving the cursor at line 7, now pressing .
to repeat the indentation indents lines
quick demo here, each indent after the first one is just me pressing .
to repeat the action
What did you expect to happen?
The action should repeat over the same lines
What happened instead?
Technical details:
The command indents the correct number of lines but but remembers the “direction” of the selection so it indents the lines above the cursor
- VSCode Version: 1.3.1
- VsCodeVim Version: 0.1.4
- OS: Windows 10 x64 latest updates
Issue Analytics
- State:
- Created 7 years ago
- Reactions:14
- Comments:6 (3 by maintainers)
Top Results From Across the Web
24 Excel Tricks You Wish You Knew Yesterday
Excel Trick #1 – Copy-Paste Formulas without Changing References · Select the cells that you want to copy. · Go to Home –>...
Read more >Flow: How To Use "Loop" Element - Salesforce Flowsome!
First you need to have a collection variable. The most common way is by using Get Records with multiple records return. For example,...
Read more >Circuit terminology (article) | Khan Academy
Glossary of terms we need to talk about circuits and schematics. Nodes, branches, loops and meshes, reference node and ground, and schematic "equivalence....
Read more >How to work with Arrays and Structs in Google BigQuery
If you ever see a data type with “REPEATED” mode in the schema, then it is an Array. A Struct, on the other...
Read more >Matrix Table Question - Qualtrics
Repeat headers are helpful for respondents when matrix tables are longer. The header row is repeated periodically throughout the question. Repeat scale points ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
fixed in #2790
@Armour not from my side, I spent some time getting familiar with the code, but it was too involved and I didn’t have more time to spend on it.