0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

runtime(glvs): fix a few issues

Fix errors on #15640 that:
* led to use the wrong vim runtime directory name if using powershell or
  bash on windows.
* use a wrong pattern to detect the users runtime dir
* allow to use global variables to specify un-archive commands

closes: #15722

Signed-off-by: GuyBrush <miguel.barro@live.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
GuyBrush
2024-09-26 16:14:08 +02:00
committed by Christian Brabandt
parent 2c41dad387
commit c854efc6fe
3 changed files with 80 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ if &cp
endif
finish
endif
let g:loaded_getscriptPlugin = "v36"
let g:loaded_getscriptPlugin = "v37"
let s:keepcpo = &cpo
set cpo&vim