summaryrefslogtreecommitdiffstats
path: root/autoload/fsharp.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-16 13:41:54 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-16 13:41:54 +0200
commit3ee6ab9d13767aacceea51e72ecf9646206b7163 (patch)
tree0d4ff5e447f262d709c18ef0e95622bb7b1c13f2 /autoload/fsharp.vim
parentcd919c003992d5868b2b6e254ca265f82a45933f (diff)
downloadvim-polyglot-3ee6ab9d13767aacceea51e72ecf9646206b7163.tar.gz
vim-polyglot-3ee6ab9d13767aacceea51e72ecf9646206b7163.zip
Update
Diffstat (limited to 'autoload/fsharp.vim')
-rw-r--r--autoload/fsharp.vim2
1 files changed, 1 insertions, 1 deletions
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)