From ff2bf48ce439ccd75a7ac60412588f41e6076676 Mon Sep 17 00:00:00 2001 From: guillermooo Date: Tue, 7 Apr 2015 19:38:55 +0200 Subject: [PATCH] edit vim.json --- vim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim.json b/vim.json index 4f16a3ebff..7837ec8456 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)\" | 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": {