Update remedybg spawning, remove outdated vim patterns

This commit is contained in:
doylet
2023-10-09 11:00:23 +11:00
parent edef3be690
commit 8c132f2cad
4 changed files with 26 additions and 44 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ setlocal
for /f "delims=" %%a in ('where "$desired_path:%desired_exe%"') do ( set "exe_to_use=%%a")
echo [DEVENVER] Executing script "%~dpnx0" with "%exe_to_use%"
call %desired_exe% %*
start /B %desired_exe% %*
endlocal