We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605ab06 commit d152e6cCopy full SHA for d152e6c
autoload/codeium/server.vim
@@ -239,7 +239,8 @@ function! s:UnzipAndStart(status) abort
239
let old_shellredir = &shellredir
240
" Switch to powershell.
241
let &shell = 'powershell'
242
- set shellquote= shellpipe=\| shellxquote=
+ set shellquote=\"
243
+ set shellpipe=\|
244
set shellcmdflag=-NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command
245
set shellredir=\|\ Out-File\ -Encoding\ UTF8
246
call system('& { . ' . shellescape(s:root . '/powershell/gzip.ps1') . '; Expand-File ' . shellescape(s:bin . '.gz') . ' }')
0 commit comments