Skip to content

Commit

Permalink
temporary2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 28, 2024
1 parent 1cffb8a commit ddf287c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,6 @@ export async function installVimOnWindows(tag: string, dirSuffix: string): Promi

export async function installNightlyVimOnWindows(dirSuffix: string): Promise<Installed> {
const latestTag = await detectLatestWindowsReleaseTag();
return installVimOnWindows(latestTag, dirSuffix);
console.log('IGNORED:', latestTag);
return installVimOnWindows('v9.1.0608', dirSuffix);
}

0 comments on commit ddf287c

Please sign in to comment.