Skip to content

Commit

Permalink
Update required version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 25, 2024
1 parent 8f2c4ed commit a5ed004
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ see "FAQ" section in [help](doc/dpp.txt).
## Install

**Note:** Dpp.vim requires Neovim (0.10.0+ and of course, **latest** is
recommended) or Vim 9.0.1276. See [requirements](#requirements) if you aren't
recommended) or Vim 9.1.0448. See [requirements](#requirements) if you aren't
sure whether you have this.

NOTE: To install plugins from remote, you need to install
Expand Down
4 changes: 2 additions & 2 deletions autoload/dpp/denops.vim
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ function s:init() abort
return
endif

if !has('patch-9.0.1276') && !has('nvim-0.10')
call dpp#util#_error('dpp.vim requires Vim 9.0.1276+ or Neovim 0.10+.')
if !has('patch-9.1.0448') && !has('nvim-0.10')
call dpp#util#_error('dpp.vim requires Vim 9.1.0448+ or Neovim 0.10+.')
return 1
endif

Expand Down
2 changes: 1 addition & 1 deletion doc/dpp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ managers.
==============================================================================
INSTALL *dpp-install*

NOTE: dpp.vim requires Neovim (0.10.0+) or Vim 9.0.1276+ (latest is
NOTE: dpp.vim requires Neovim (0.10.0+) or Vim 9.1.0448+ (latest is
recommended).

Please install both Deno 1.45+ and "denops.vim" v7.0+.
Expand Down

0 comments on commit a5ed004

Please sign in to comment.