Skip to content

Commit

Permalink
Add prerelease flag if it's specified in the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Apr 19, 2019
1 parent 18102fe commit 80450dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/coc/powershell.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(!exists("g:coc_powershell_prerelease"))
endif

if(s:is_mac)
let s:install_script = 'pwsh '.s:install_script
let s:install_script = 'pwsh '.s:install_script.' '.g:coc_powershell_prerelease
endif

if(s:is_win)
Expand Down

0 comments on commit 80450dd

Please sign in to comment.