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:
Simon Hartcher 2015-04-08 12:09:05 +10:00
parent ff2bf48ce4
commit 4a6c034724

View File

@ -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": {