mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 02:24:50 +00:00
parent
7cd7b932ba
commit
6cab93ccb3
@ -42,7 +42,8 @@
|
||||
" $content = (Get-Content \"$dir\\$_\").Replace('$vim', $vimpath)",
|
||||
" if ($global) { $content = $content.Replace('HKEY_CURRENT_USER', 'HKEY_LOCAL_MACHINE') }",
|
||||
" Set-Content \"$dir\\$_\" $content",
|
||||
"}"
|
||||
"}",
|
||||
"if (!(Test-Path \"$persist_dir\\vimrc\")) { New-Item \"$dir\\vimrc\" -ItemType File | Out-Null }"
|
||||
],
|
||||
"bin": [
|
||||
"vim.exe",
|
||||
@ -117,7 +118,8 @@
|
||||
"persist": [
|
||||
"_vimrc",
|
||||
"_gvimrc",
|
||||
"vimfiles"
|
||||
"vimfiles",
|
||||
"vimrc"
|
||||
],
|
||||
"checkver": {
|
||||
"github": "https://github.com/vim/vim-win32-installer"
|
||||
|
||||
@ -26,7 +26,8 @@
|
||||
" $content = (Get-Content \"$dir\\$_\").Replace('$vim', $vimpath)",
|
||||
" if ($global) { $content = $content.Replace('HKEY_CURRENT_USER', 'HKEY_LOCAL_MACHINE') }",
|
||||
" Set-Content \"$dir\\$_\" $content",
|
||||
"}"
|
||||
"}",
|
||||
"if (!(Test-Path \"$persist_dir\\vimrc\")) { New-Item \"$dir\\vimrc\" -ItemType File | Out-Null }"
|
||||
],
|
||||
"bin": [
|
||||
"vim.exe",
|
||||
@ -101,7 +102,8 @@
|
||||
"persist": [
|
||||
"_vimrc",
|
||||
"_gvimrc",
|
||||
"vimfiles"
|
||||
"vimfiles",
|
||||
"vimrc"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://ftp.nluug.nl/pub/vim/pc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user