File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import { DOCS_OVERRIDES } from "./override.ts";
5
5
import { transform } from "./transform.ts" ;
6
6
import { downloadString } from "../utils.ts" ;
7
7
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 " ;
10
10
11
11
const commonGenerateModule = "../../function/_generated.ts" ;
12
12
const vimGenerateModule = "../../function/vim/_generated.ts" ;
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import { DOCS_OVERRIDES } from "./override.ts";
5
5
import { transform } from "./transform.ts" ;
6
6
import { downloadString } from "../utils.ts" ;
7
7
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 " ;
10
10
11
11
const commonGenerateModule = "../../option/_generated.ts" ;
12
12
const vimGenerateModule = "../../option/vim/_generated.ts" ;
You can’t perform that action at this time.
0 commit comments