Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Silva committed Apr 22, 2020
1 parent 3b22581 commit a469bd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mode/modeHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ export class ModeHandler implements vscode.Disposable {
}

let handled = false;
const isOperatorCombination = this.vimState.recordedState.operator;

// Check for remapped keys if:
// 1. We are not currently performing a non-recursive remapping
Expand Down

0 comments on commit a469bd9

Please sign in to comment.