File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ see "FAQ" section in [help](doc/ddt.txt).
2828
2929## Install
3030
31- ** Note :** ddt.vim requires Vim 9.1.0448 or Neovim 0.10.0+. See
31+ ** NOTE :** It requires Vim 9.1.0448+ or Neovim 0.10.0+. See
3232[ requirements] ( #requirements ) if you aren't sure whether you have this.
3333
3434### Requirements
3535
36- Please install both Deno 1.45 + and "denops.vim" v7 .0+.
36+ Please install both Deno 2.3.0 + and "denops.vim" v8 .0+.
3737
3838- < https://deno.land/ >
3939- < https://github.com/vim-denops/denops.vim >
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ function s:init() abort
4141 return
4242 endif
4343
44- if ! has (' patch-9.1.0448 ' ) && ! has (' nvim-0.10 ' )
45- call ddt#util#_error (' ddt.vim requires Vim 9.1.0448 + or Neovim 0.10 +.' )
44+ if ! has (' patch-9.1.1646 ' ) && ! has (' nvim-0.11 ' )
45+ call ddt#util#_error (' ddt.vim requires Vim 9.1.1646 + or Neovim 0.11 +.' )
4646 return 1
4747 endif
4848
Original file line number Diff line number Diff line change 1414 "imports" : {
1515 "@core/asyncutil" : " jsr:@core/asyncutil@~1.2.0" ,
1616 "@core/unknownutil" : " jsr:@core/unknownutil@~4.3.0" ,
17- "@denops/std" : " jsr:@denops/std@~7.6 .0" ,
17+ "@denops/std" : " jsr:@denops/std@~8.0 .0" ,
1818 "@lambdalisue/import-map-importer" : " jsr:@lambdalisue/import-map-importer@~0.5.1" ,
1919 "@std/async" : " jsr:@std/async@~1.0.7" ,
2020 "@std/path" : " jsr:@std/path@~1.1.0"
Original file line number Diff line number Diff line change @@ -36,10 +36,9 @@ does not work with zero configuration. You can use other plugins.
3636==============================================================================
3737INSTALL *ddt-install*
3838
39- NOTE: ddt.vim requires Vim 9.1.0448+ or Neovim 0.10.0+ (latest is
40- recommended).
39+ NOTE: It requires Vim 9.1.1646+ or Neovim (0.11.0+).
4140
42- Please install both Deno 1.45 + and "denops.vim" v7 .0+.
41+ Please install both Deno 2.3.0 + and "denops.vim" v8 .0+.
4342
4443https://deno.land/
4544https://github.com/vim-denops/denops.vim
You can’t perform that action at this time.
0 commit comments