From 4c1b952ba3d2892deb62a2f947f1abd9dcec8e82 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 7 Apr 2024 11:49:47 +0900 Subject: [PATCH] feat!: Deno 1.40+ is required. --- README.md | 2 +- doc/ddu.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 879838a..a704ebe 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ sure whether you have this. ### Requirements -Ddu.vim requires both Deno 1.38+ and denops.vim. +Ddu.vim requires both Deno 1.40+ and denops.vim. - - diff --git a/doc/ddu.txt b/doc/ddu.txt index 6c4bcbe..25c52e7 100644 --- a/doc/ddu.txt +++ b/doc/ddu.txt @@ -67,7 +67,7 @@ INSTALL *ddu-install* NOTE: ddu.vim requires Neovim (0.8.0+) or Vim 9.0.1276+ (latest is recommended). -Please install both Deno 1.38+ and "denops.vim". +Please install both Deno 1.40+ and "denops.vim". https://deno.land/ https://github.com/vim-denops/denops.vim @@ -1607,6 +1607,9 @@ A: The example is here. > ============================================================================== COMPATIBILITY *ddu-compatibility* +2024.04.07 +* Deno 1.40+ is required. + 2024.01.19 * Change "ddu#redraw()" interface.