make '!' cmd usable for powershell with -nop

This commit is contained in:
wunewww 2024-05-05 14:47:18 +08:00
parent b37ceb4428
commit bf5a7f83d6

View File

@ -55,9 +55,7 @@ endif
if has('win32')
set shell=pwsh.exe
set shellcmdflag=-command
set shellquote=\"
set shellxquote=
set shellcmdflag=-nop\ -c
endif
" Put all temporary files under the same directory.