74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

number accelerators don't round down #40

Closed joeminicucci closed 7 years ago

joeminicucci commented 8 years ago

There is one small issue I have found so far:

When I am on line 6, and the file totals only 15 lines, if I do:20j then it should still round 20 down to 15 and subsequently go to line 15. Currently, you must give it an exact number, 9j in this case, to reach down to line 15.

74th commented 8 years ago

Thank you for a report. I'll fix it for a next version. For your case, my plugin supports G.