From 4a6c0347241478ddce2e334a8b103b0d84d441ec Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Wed, 8 Apr 2015 12:09:05 +1000 Subject: [PATCH] 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 --- vim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim.json b/vim.json index 7837ec8456..fb5628ba77 100644 --- a/vim.json +++ b/vim.json @@ -21,7 +21,7 @@ "post_install": "mv -force \"$dir\\intl.dll\" \"$dir\\libintl.dll\" if(!(test-path ~\\.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.' } else { echo '~/.vimrc exists, skipping' }", "checkver": {