Skip to content

Commit 249ceb2

Browse files
committed
💥 Update Vim version to v9.0.1499
1 parent e839d2a commit 249ceb2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- "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

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)

scripts/gen-function/gen-function.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { DOCS_OVERRIDES } from "./override.ts";
99
import { transform } from "./transform.ts";
1010
import { downloadString } from "../utils.ts";
1111

12-
const VIM_VERSION = "9.0.0472";
12+
const VIM_VERSION = "9.0.1499";
1313
const NVIM_VERSION = "0.8.0";
1414

1515
const commonGenerateModule = "../../denops_std/function/_generated.ts";

scripts/gen-option/gen-option.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { DOCS_OVERRIDES } from "./override.ts";
99
import { transform } from "./transform.ts";
1010
import { downloadString } from "../utils.ts";
1111

12-
const VIM_VERSION = "9.0.0472";
12+
const VIM_VERSION = "9.0.1499";
1313
const NVIM_VERSION = "0.8.0";
1414

1515
const commonGenerateModule = "../../denops_std/option/_generated.ts";

0 commit comments

Comments
 (0)