Skip to content

Commit 39eca8f

Browse files
committed
💥 Follow the latest denops.vim support version
vim-denops/denops.vim#207
1 parent 348f4cb commit 39eca8f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
- macos-latest
4949
- ubuntu-latest
5050
version:
51-
- "1.17.1"
51+
- "1.28.0"
5252
- "1.x"
5353
host_version:
54-
- vim: "v8.2.3452"
55-
nvim: "v0.6.0"
54+
- vim: "v9.0.0472"
55+
nvim: "v0.8.0"
5656
runs-on: ${{ matrix.runner }}
5757
timeout-minutes: 15
5858
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🐜 denops_std
22

3-
[![Vim 8.2.3452 or above](https://img.shields.io/badge/Vim-Support%208.2.3452-yellowgreen.svg?logo=vim)](https://github.com/vim/vim/tree/v8.2.3452)
4-
[![Neovim 0.6.0 or above](https://img.shields.io/badge/Neovim-Support%200.6.0-yellowgreen.svg?logo=neovim&logoColor=white)](https://github.com/neovim/neovim/tree/v0.6.0)
3+
[![Vim 9.0.0472 or above](https://img.shields.io/badge/Vim-Support%209.0.0472-yellowgreen.svg?logo=vim)](https://github.com/vim/vim/tree/v9.0.0472)
4+
[![Neovim 0.8.0 or above](https://img.shields.io/badge/Neovim-Support%200.8.0-yellowgreen.svg?logo=neovim&logoColor=white)](https://github.com/neovim/neovim/tree/v0.8.0)
55
[![Test](https://github.com/vim-denops/deno-denops-std/actions/workflows/test.yml/badge.svg)](https://github.com/vim-denops/deno-denops-std/actions/workflows/test.yml)
66
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/denops_std/mod.ts)
77
[![Documentation](https://img.shields.io/badge/denops-Documentation-yellow.svg)](https://vim-denops.github.io/denops-documentation/)

scripts/gen-function/gen-function.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { parse } from "./parse.ts";
1010
import { format } from "./format.ts";
1111
import { downloadString } from "./utils.ts";
1212

13-
const VIM_VERSION = "8.2.3452";
14-
const NVIM_VERSION = "0.6.0";
13+
const VIM_VERSION = "9.0.0472";
14+
const NVIM_VERSION = "0.8.0";
1515

1616
const manualFnSet = new Set([
1717
...Object.keys(commonManual),

scripts/gen-option/gen-option.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { parse } from "./parse.ts";
1010
import { format } from "./format.ts";
1111
import { downloadString } from "./utils.ts";
1212

13-
const VIM_VERSION = "8.2.3452";
14-
const NVIM_VERSION = "0.6.0";
13+
const VIM_VERSION = "9.0.0472";
14+
const NVIM_VERSION = "0.8.0";
1515

1616
const manualOptionSet = new Set([
1717
...Object.keys(commonManual),

0 commit comments

Comments
 (0)