Skip to content

Commit

Permalink
Merge branch 'master' into logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoon authored Jan 29, 2019
2 parents 238110c + f49c1e3 commit 178806f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/actions/commands/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,8 @@ class CommandEsc extends BaseCommand {
// of vscode's default "close notification" actions. I think we should
// just add to this list as needed.
await vscode.commands.executeCommand('closeReferenceSearchEditor');
await vscode.commands.executeCommand('closeMarkersNavigation');

return vimState;
}

Expand Down

0 comments on commit 178806f

Please sign in to comment.