mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
vim: remove vim82 directory (#652)
This commit is contained in:
parent
5ac6e45e12
commit
c08719485b
@ -15,7 +15,7 @@
|
|||||||
],
|
],
|
||||||
"extract_dir": "$0",
|
"extract_dir": "$0",
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
"Remove-Item \"$dir\\`$*\", \"$dir\\uninstal.*\", \"$dir\\install.exe\" -Recurse",
|
"Remove-Item \"$dir\\`$*\", \"$dir\\uninstal.*\", \"$dir\\install.exe\", \"$dir\\vim[0-9]*\" -Recurse",
|
||||||
"if (!(Test-Path \"$persist_dir\\_vimrc\")) {",
|
"if (!(Test-Path \"$persist_dir\\_vimrc\")) {",
|
||||||
" Copy-Item \"$dir\\vimrc_example.vim\" \"$dir\\_vimrc\"",
|
" Copy-Item \"$dir\\vimrc_example.vim\" \"$dir\\_vimrc\"",
|
||||||
" Copy-Item \"$dir\\gvimrc_example.vim\" \"$dir\\_gvimrc\"",
|
" Copy-Item \"$dir\\gvimrc_example.vim\" \"$dir\\_gvimrc\"",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user