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

Add tabs movement and fix tab command with correct counting #507

Merged
merged 1 commit into from
Jul 26, 2016

Conversation

rebornix
Copy link
Member

Yay! We love PRs! 🎊

Please include a description of your change & check your PR against this list, thanks:

  • Commit message has a short title & issue references
  • Commits are squashed
  • It builds and tests pass (e.g gulp tslint)
  1. Correct the behavior of {count}.
  2. Add tabs movement support with newly added Code API.

@@ -3,22 +3,22 @@
import * as node from "../commands/tab";
import {Scanner} from '../scanner';

function parseCount(args: string): number {
function parseCount(args: string): number | undefined {
Copy link
Member

Choose a reason for hiding this comment

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

👍

@johnfn
Copy link
Member

johnfn commented Jul 26, 2016

1 comment, then LGTM!

@johnfn johnfn merged commit caf3f0e into VSCodeVim:master Jul 26, 2016
@infogulch
Copy link
Contributor

infogulch commented Jul 26, 2016

It looks like ts compile step failed. See src/cmd_line/commands/tab.ts. Also travis-ci.

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.

3 participants