Skip to content

Commit

Permalink
Updated configuration in modehandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillee committed May 22, 2017
1 parent a6adbf9 commit 267e550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export async function getAndUpdateModeHandler(): Promise<ModeHandler> {

let curHandler = modeHandlerToEditorIdentity[activeEditorId.toString()];
if (!curHandler) {
Configuration.updateConfiguration();
if (!Configuration.disableAnnoyingNeovimMessage) {
vscode.window.showInformationMessage("We have now added neovim integration for Ex-commands.\
Enable it with vim.enableNeovim in settings", "Never show again").then((result) => {
Expand Down

0 comments on commit 267e550

Please sign in to comment.