You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let cdcmd = (''==#drive?'':drive.' & ').'cd '.shellescape(l:dir, 1)
'&' can be used in cmd, but is reserved in powershell and will cause an error when used in powershell. The '-and' connection command should be used in powershell.
The text was updated successfully, but these errors were encountered:
The debug output:
shell:C:\Windows\system32\cmd.exe
COMSPEC:C:\Windows\system32\cmd.exe
cdcmd:C: & cd "C:\Users\luominghao\vimfiles\plugged\vim-gtfo\autoload\gtfo"
vim-gtfo/autoload/gtfo/open.vim
Line 159 in ec93bd3
'&' can be used in cmd, but is reserved in powershell and will cause an error when used in powershell. The '-and' connection command should be used in powershell.
The text was updated successfully, but these errors were encountered: