Skip to content

Commit

Permalink
Merge branch 'master' into command-U
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoon authored Oct 31, 2017
2 parents 3b875cd + e3b9cf1 commit d14f7b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actions/commands/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,6 @@ class ActionGoToInsertVisualBlockModeAppend extends BaseCommand {
text: TextEditor.setIndentationLevel(line, end.character),
start: new Position(end.line, 0),
end: new Position(end.line, end.character),
position: new Position(end.line, 0),
});
}
vimState.allCursors.push(new Range(end, end));
Expand Down

0 comments on commit d14f7b8

Please sign in to comment.