Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1248: support for '., `., and gi commands. #2037

Merged
merged 4 commits into from
Sep 27, 2017

Conversation

westim
Copy link
Contributor

@westim westim commented Sep 24, 2017

This is a PR to resolve issue #1248.

gif

I'm not sure whether the historyTracker class can be properly unit-tested, as I couldn't find any related tests. If it's possible, I'd love to get some suggestions & backfill those tests.

@westim westim changed the title Fixes issue #1248: support for '., `., an gi commands. Fixes issue #1248: support for '., `., and gi commands. Sep 24, 2017
@xconverge
Copy link
Member

Can you update the roadmap as well please thanks

https://github.com/VSCodeVim/Vim/blob/master/ROADMAP.md

if (this.currentHistoryStepIndex === 0) {
return undefined;
}
let lastChangeIndex = this.historySteps[this.currentHistoryStepIndex].changes.length;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use const instead of let here

@xconverge
Copy link
Member

thanks, LGTM, just one small comment!

@westim westim changed the title Fixes issue #1248: support for '., `., and gi commands. Fixes #1248: support for '., `., and gi commands. Sep 27, 2017
@xconverge xconverge merged commit 6022aa0 into VSCodeVim:master Sep 27, 2017
@westim westim deleted the go-last-change branch October 11, 2017 13:51
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants