@@ -4,14 +4,14 @@ import * as autocmd from "jsr:@denops/std@^7.3.2/autocmd";
44import * as lambda from "jsr:@denops/std@^7.3.2/lambda" ;
55import { collect } from "jsr:@denops/std@^7.3.2/batch" ;
66import { unreachable } from "jsr:@core/errorutil@^1.2.0/unreachable" ;
7- import type { Detail , IdItem } from "jsr:@vim-fall/std@^0.2 .0/item" ;
8- import type { Coordinator , Size } from "jsr:@vim-fall/std@^0.2 .0/coordinator" ;
9- import type { Source } from "jsr:@vim-fall/std@^0.2 .0/source" ;
10- import type { Matcher } from "jsr:@vim-fall/std@^0.2 .0/matcher" ;
11- import type { Sorter } from "jsr:@vim-fall/std@^0.2 .0/sorter" ;
12- import type { Renderer } from "jsr:@vim-fall/std@^0.2 .0/renderer" ;
13- import type { Previewer } from "jsr:@vim-fall/std@^0.2 .0/previewer" ;
14- import type { Theme } from "jsr:@vim-fall/std@^0.2 .0/theme" ;
7+ import type { Detail , IdItem } from "jsr:@vim-fall/std@^0.4 .0/item" ;
8+ import type { Coordinator , Size } from "jsr:@vim-fall/std@^0.4 .0/coordinator" ;
9+ import type { Source } from "jsr:@vim-fall/std@^0.4 .0/source" ;
10+ import type { Matcher } from "jsr:@vim-fall/std@^0.4 .0/matcher" ;
11+ import type { Sorter } from "jsr:@vim-fall/std@^0.4 .0/sorter" ;
12+ import type { Renderer } from "jsr:@vim-fall/std@^0.4 .0/renderer" ;
13+ import type { Previewer } from "jsr:@vim-fall/std@^0.4 .0/previewer" ;
14+ import type { Theme } from "jsr:@vim-fall/std@^0.4 .0/theme" ;
1515
1616import { Scheduler } from "./lib/scheduler.ts" ;
1717import { Cmdliner } from "./util/cmdliner.ts" ;
0 commit comments