mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
Fix invalid json formatting in vim.json
Add a missing escaped double quote that causes Scoop to error. Was introduced in b24c06c (#329) Fixes #325
This commit is contained in:
parent
ff2bf48ce4
commit
4a6c034724
2
vim.json
2
vim.json
@ -21,7 +21,7 @@
|
|||||||
"post_install": "mv -force \"$dir\\intl.dll\" \"$dir\\libintl.dll\"
|
"post_install": "mv -force \"$dir\\intl.dll\" \"$dir\\libintl.dll\"
|
||||||
if(!(test-path ~\\.vimrc)) {
|
if(!(test-path ~\\.vimrc)) {
|
||||||
cp \"$dir\\vimrc_example.vim\" ~\\.vimrc
|
cp \"$dir\\vimrc_example.vim\" ~\\.vimrc
|
||||||
\"set shell=$((gcm powershell).path)\\ -executionpolicy\\ bypass" | out-file ~\\.vimrc -append -encoding ascii
|
\"set shell=$((gcm powershell).path)\\ -executionpolicy\\ bypass\" | out-file ~\\.vimrc -append -encoding ascii
|
||||||
echo '~/.vimrc was created with your shell set to Powershell.'
|
echo '~/.vimrc was created with your shell set to Powershell.'
|
||||||
} else { echo '~/.vimrc exists, skipping' }",
|
} else { echo '~/.vimrc exists, skipping' }",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user