Skip to content

Commit 685b74c

Browse files
committed
💪 Reorder HelpDownloadUrls
1 parent 1b02e30 commit 685b74c

File tree

2 files changed

+3677
-3677
lines changed

2 files changed

+3677
-3677
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ const vimDefs = parse(vimHelps.join("\n"));
5050
const vimFnSet = difference(new Set(vimDefs.map((def) => def.fn)), manualFnSet);
5151

5252
const nvimHelpDownloadUrls = [
53+
`https://raw.githubusercontent.com/neovim/neovim/v${NVIM_VERSION}/runtime/doc/api.txt`,
5354
`https://raw.githubusercontent.com/neovim/neovim/v${NVIM_VERSION}/runtime/doc/builtin.txt`,
5455
`https://raw.githubusercontent.com/neovim/neovim/v${NVIM_VERSION}/runtime/doc/eval.txt`,
5556
`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`,
5757
];
5858
for (const nvimHelpDownloadUrl of nvimHelpDownloadUrls) {
5959
console.log(`Download from ${nvimHelpDownloadUrl}`);

0 commit comments

Comments
 (0)