Skip to content

Commit

Permalink
🐛 Fix GinPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Aug 2, 2022
1 parent f055071 commit dc6afad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions denops/gin/feat/patch/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@ export async function exec(
!!verbose,
);

const infoIndex = await editExec(denops, filename, undefined, {
"cached": "",
}, {
const infoIndex = await editExec(denops, filename, undefined, {}, {
worktree,
cached: true,
opener: options.opener,
cmdarg: options.cmdarg,
mods: options.mods,
Expand Down

0 comments on commit dc6afad

Please sign in to comment.