File tree Expand file tree Collapse file tree 2 files changed +3677
-3677
lines changed Expand file tree Collapse file tree 2 files changed +3677
-3677
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ const vimDefs = parse(vimHelps.join("\n"));
50
50
const vimFnSet = difference ( new Set ( vimDefs . map ( ( def ) => def . fn ) ) , manualFnSet ) ;
51
51
52
52
const nvimHelpDownloadUrls = [
53
+ `https://raw.githubusercontent.com/neovim/neovim/v${ NVIM_VERSION } /runtime/doc/api.txt` ,
53
54
`https://raw.githubusercontent.com/neovim/neovim/v${ NVIM_VERSION } /runtime/doc/builtin.txt` ,
54
55
`https://raw.githubusercontent.com/neovim/neovim/v${ NVIM_VERSION } /runtime/doc/eval.txt` ,
55
56
`https://raw.githubusercontent.com/neovim/neovim/v${ NVIM_VERSION } /runtime/doc/sign.txt` ,
56
- `https://raw.githubusercontent.com/neovim/neovim/v${ NVIM_VERSION } /runtime/doc/api.txt` ,
57
57
] ;
58
58
for ( const nvimHelpDownloadUrl of nvimHelpDownloadUrls ) {
59
59
console . log ( `Download from ${ nvimHelpDownloadUrl } ` ) ;
You can’t perform that action at this time.
0 commit comments