Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 27, 2024
1 parent 558b523 commit fdac7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denops/@ddu-uis/ff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
type Previewer,
type UiActions,
type UiOptions,
} from "jsr:@shougo/ddu-vim@5.0.0-pre8/types";
import { printError } from "jsr:@shougo/ddu-vim@5.0.0-pre8/utils";
} from "jsr:@shougo/ddu-vim@5.0.0-pre10/types";
import { printError } from "jsr:@shougo/ddu-vim@5.0.0-pre10/utils";

import { batch } from "jsr:@denops/std@7.0.0/batch";
import * as op from "jsr:@denops/std@7.0.0/option";
Expand Down

0 comments on commit fdac7be

Please sign in to comment.