Skip to content

Commit a2437a1

Browse files
committed
Update deps
1 parent ed24166 commit a2437a1

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

autoload/ddt/denops.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

denops/ddt/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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"

doc/ddt.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ does not work with zero configuration. You can use other plugins.
3636
==============================================================================
3737
INSTALL *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

4443
https://deno.land/
4544
https://github.com/vim-denops/denops.vim

0 commit comments

Comments
 (0)