Skip to content

Commit f30affe

Browse files
committed
💥 Upgrade supported versions for Denops v7
Changes in 1470dcd are invalid, that version has been revised in the official version of v7. See: vim-denops/denops.vim#344
1 parent 6fab387 commit f30affe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.scripts/gen-function/gen-function.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { DOCS_OVERRIDES } from "./override.ts";
55
import { transform } from "./transform.ts";
66
import { downloadString } from "../utils.ts";
77

8-
const VIM_VERSION = "9.1.0399";
9-
const NVIM_VERSION = "0.9.5";
8+
const VIM_VERSION = "9.1.0448";
9+
const NVIM_VERSION = "0.10.0";
1010

1111
const commonGenerateModule = "../../function/_generated.ts";
1212
const vimGenerateModule = "../../function/vim/_generated.ts";

.scripts/gen-option/gen-option.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { DOCS_OVERRIDES } from "./override.ts";
55
import { transform } from "./transform.ts";
66
import { downloadString } from "../utils.ts";
77

8-
const VIM_VERSION = "9.1.0399";
9-
const NVIM_VERSION = "0.9.5";
8+
const VIM_VERSION = "9.1.0448";
9+
const NVIM_VERSION = "0.10.0";
1010

1111
const commonGenerateModule = "../../option/_generated.ts";
1212
const vimGenerateModule = "../../option/vim/_generated.ts";

0 commit comments

Comments
 (0)