Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jun 4, 2024
1 parent bc071fa commit 32fe692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/@ddu-kinds/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ import {
ensure,
fn,
is,
op,
vars,
} from "https://deno.land/x/ddu_vim@v4.1.0/deps.ts";
import {
printError,
treePath2Filename,
} from "https://deno.land/x/ddu_vim@v4.1.0/utils.ts";

import { isAbsolute, join, normalize, relative } from "jsr:@std/path@0.225.1";
import { copy, ensureDir, ensureFile, move } from "jsr:@std/fs@0.229.1";
import { ByteSliceStream } from "jsr:@std/streams@0.224.0/byte-slice-stream";
Expand Down

0 comments on commit 32fe692

Please sign in to comment.