From ec2a8963b3710aaaebc07a513e79eaa9cbb52be6 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 25 Nov 2024 13:05:00 +0900 Subject: [PATCH] Vim 9.1.0448+ or Neovim 0.10.0+ is required. --- README.md | 5 ++--- doc/ddc.txt | 5 ++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e31a37a..cc629ef 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,8 @@ completion](https://user-images.githubusercontent.com/41495/135711007-8c24c606-2 ## Install -**NOTE:** Ddc.vim requires Neovim (0.10.0+ and of course, **latest** is -recommended) or Vim 9.1.0448+. See [requirements](#requirements) if you aren't -sure whether you have this. +**NOTE:** Ddc.vim requires Vim 9.1.0448+ or Neovim 0.10.0+. See +[requirements](#requirements) if you aren't sure whether you have this. ### Requirements diff --git a/doc/ddc.txt b/doc/ddc.txt index 8ac3e94..b1cd438 100644 --- a/doc/ddc.txt +++ b/doc/ddc.txt @@ -50,7 +50,7 @@ It does not work with zero configuration. You can use other plugins. ============================================================================== INSTALL *ddc-install* -NOTE: Ddc.vim requires Neovim (0.10.0+) or Vim 9.1.0448+ (latest is +NOTE: Ddc.vim requires Vim 9.1.0448+ or Neovim 0.10.0+ (latest is recommended). Please install both Deno 1.45+ and "denops.vim" v7.0+. @@ -1737,6 +1737,9 @@ A: You can use |ddc-option-dynamicUi| for it. > ============================================================================== COMPATIBILITY *ddc-compatibility* +2024.11.25 +* Vim 9.1.0448+ or Neovim 0.10.0+ is required. + 2024.11.04 * Change callback function type.