Skip to content

Commit

Permalink
Readded thing I thought was useless
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillee committed May 19, 2017
1 parent 4e9ead3 commit c4a7349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mode/modeHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,7 @@ export class ModeHandler implements vscode.Disposable {
}

ranRepeatableAction = (ranRepeatableAction && vimState.currentMode === ModeName.Normal) || this.createUndoPointForBrackets(vimState);
ranAction = ranAction && (vimState.currentMode !== ModeName.Insert);

// Record down previous action and flush temporary state
if (ranRepeatableAction) {
Expand Down

0 comments on commit c4a7349

Please sign in to comment.