From 2bd443188d20cfec72263f26e5fbf2d3cf4c9ffa Mon Sep 17 00:00:00 2001 From: wunewww <55101139+wunewww@users.noreply.github.com> Date: Sun, 5 May 2024 17:50:44 +0800 Subject: [PATCH] pwsh is not work, comment out --- vimrc.d/01-basic.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc.d/01-basic.vim b/vimrc.d/01-basic.vim index 7d4ba11..67bc0f3 100644 --- a/vimrc.d/01-basic.vim +++ b/vimrc.d/01-basic.vim @@ -54,8 +54,8 @@ if &shell =~# 'fish$' endif if has('win32') - set shell=pwsh.exe - set shellcmdflag=-nop\ -c + " set shell=pwsh.exe + " set shellcmdflag=-nop\ -c endif " Put all temporary files under the same directory.