]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(glvs): fix a few issues
authorGuyBrush <miguel.barro@live.com>
Thu, 26 Sep 2024 14:14:08 +0000 (16:14 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 26 Sep 2024 14:14:08 +0000 (16:14 +0200)
commitc854efc6feea7527bfa30cf118837b676a7ae9d4
tree3f0de35b4b320e61f763803bc4d7058f29ed1047
parent2c41dad3873e71cdd4076907cf35e985d0d7a0d1
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>
runtime/autoload/getscript.vim
runtime/doc/pi_getscript.txt
runtime/plugin/getscriptPlugin.vim