From 3ee6ab9d13767aacceea51e72ecf9646206b7163 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 16 Oct 2020 13:41:54 +0200 Subject: Update --- autoload/fsharp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/fsharp.vim') diff --git a/autoload/fsharp.vim b/autoload/fsharp.vim index 6816d822..90313231 100644 --- a/autoload/fsharp.vim +++ b/autoload/fsharp.vim @@ -330,7 +330,7 @@ function! s:download(branch) let zip = s:script_root_dir . "fsac.zip" call system( \ 'curl -fLo ' . zip . ' --create-dirs ' . - \ '"https://ci.appveyor.com/api/projects/fsautocomplete/fsautocomplete/artifacts/bin/pkgs/fsautocomplete.netcore.zip?branch=' . a:branch . '"' + \ '"https://github.com/fsharp/FsAutoComplete/releases/latest/download/fsautocomplete.netcore.zip"' \ ) if v:shell_error == 0 call system('unzip -o -d ' . s:script_root_dir . "/fsac " . zip) -- cgit v1.2.3