Skip to content

Commit d152e6c

Browse files
authored
Windows Fix Powershell (#479)
* wip * wat * wuh
1 parent 605ab06 commit d152e6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoload/codeium/server.vim

+2-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ function! s:UnzipAndStart(status) abort
239239
let old_shellredir = &shellredir
240240
" Switch to powershell.
241241
let &shell = 'powershell'
242-
set shellquote= shellpipe=\| shellxquote=
242+
set shellquote=\"
243+
set shellpipe=\|
243244
set shellcmdflag=-NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command
244245
set shellredir=\|\ Out-File\ -Encoding\ UTF8
245246
call system('& { . ' . shellescape(s:root . '/powershell/gzip.ps1') . '; Expand-File ' . shellescape(s:bin . '.gz') . ' }')

0 commit comments

Comments
 (0)