Skip to content

Commit

Permalink
Remove pre version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 28, 2024
1 parent e6afce3 commit 460ccdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions denops/@ddu-sources/ddc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type {
Context,
Denops,
Item,
} from "jsr:@shougo/ddu-vim@5.0.0-pre8/types";
import { BaseSource } from "jsr:@shougo/ddu-vim@5.0.0-pre8/source";
} from "jsr:@shougo/ddu-vim@5.0.0/types";
import { BaseSource } from "jsr:@shougo/ddu-vim@5.0.0/source";
import type { DdcItem } from "../ddc/types.ts";
import { vars } from "../ddc/deps.ts";

Expand Down
2 changes: 1 addition & 1 deletion doc/ddc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ TYPES *ddc-types*

Please see the TypeScript definition.

https://jsr.io/@shougo/ddc-vim@6.0.0-pre6/doc
https://jsr.io/@shougo/ddc-vim@6.0.0/doc


==============================================================================
Expand Down

0 comments on commit 460ccdf

Please sign in to comment.