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";
55import { transform } from "./transform.ts" ;
66import { 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
1111const commonGenerateModule = "../../function/_generated.ts" ;
1212const 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";
55import { transform } from "./transform.ts" ;
66import { 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
1111const commonGenerateModule = "../../option/_generated.ts" ;
1212const vimGenerateModule = "../../option/vim/_generated.ts" ;
You can’t perform that action at this time.
0 commit comments