Skip to content

Commit

Permalink
Call unguard before drop
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Dec 8, 2023
1 parent 270df7a commit e0b4a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions denops/denippet/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export class Session {
await this.snippet?.update(tabstop);
} catch (e) {
echoerr(this.denops, e);
this.unguard();
await this.drop();
}
this.unguard();
Expand Down

0 comments on commit e0b4a97

Please sign in to comment.