Skip to content

Commit 1d6a908

Browse files
authored
Merge pull request #210 from vim-denops/v5-update
V5 update
2 parents 2942e5b + c0a1222 commit 1d6a908

File tree

21 files changed

+908
-808
lines changed

21 files changed

+908
-808
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
- macos-latest
5555
- ubuntu-latest
5656
version:
57-
- "1.28.0"
57+
- "1.32.x"
5858
- "1.x"
5959
host_version:
60-
- vim: "v9.0.0472"
60+
- vim: "v9.0.1499"
6161
nvim: "v0.8.0"
6262
runs-on: ${{ matrix.runner }}
6363
timeout-minutes: 15

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/.tools
2+
deno.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🐜 denops_std
22

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)
3+
[![Vim 9.0.1499 or above](https://img.shields.io/badge/Vim-Support%209.0.1499-yellowgreen.svg?logo=vim)](https://github.com/vim/vim/tree/v9.0.1499)
44
[![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)

deno.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"lock": false,
33
"tasks": {
4-
"test": "deno test --no-lock --unstable -A --doc --parallel --shuffle",
5-
"check": "deno check --no-lock --unstable $(find . -name '*.ts')",
6-
"upgrade": "deno run --no-lock -A https://deno.land/x/udd/main.ts $(find . -name '*.ts')",
7-
"gen:function": "deno run --no-lock --unstable -A ./scripts/gen-function/gen-function.ts",
8-
"gen:option": "deno run --no-lock --unstable -A ./scripts/gen-option/gen-option.ts",
4+
"test": "deno test --unstable -A --doc --parallel --shuffle",
5+
"check": "deno check --unstable $(find . -name '*.ts')",
6+
"upgrade": "deno run -A https://deno.land/x/udd/main.ts $(find . -name '*.ts')",
7+
"gen:function": "deno run --unstable -A ./scripts/gen-function/gen-function.ts",
8+
"gen:option": "deno run --unstable -A ./scripts/gen-option/gen-option.ts",
99
"gen": "deno task gen:function && deno task gen:option && deno fmt"
1010
}
1111
}

denops_std/anonymous/mod.ts

Lines changed: 0 additions & 182 deletions
This file was deleted.

denops_std/anonymous/mod_test.ts

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)