From ebebba1f7a05d31664ec0e5f288d6e4ec3f1df2f Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sun, 30 Jun 2013 10:34:50 +1000 Subject: [PATCH] fix .vimrc setup to use the right encoding --- vim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim.json b/vim.json index 8aa819bd8f..90f6e7c149 100644 --- a/vim.json +++ b/vim.json @@ -16,7 +16,7 @@ "bin": [ "vim.exe", "vimtutor.ps1" ], "post_install": "if(!(test-path ~\\.vimrc)) { cp \"$(split-path(scoop which vim))\\vimrc_example.vim\" ~\\.vimrc - echo \"set shell=$((gcm powershell).path)\" >> ~\\.vimrc + \"set shell=$((gcm powershell).path)\" | out-file ~\\.vimrc -append -encoding ascii echo '~/.vimrc was created with your shell set to Powershell.' } else { echo '~/.vimrc exists, skipping' }" } \ No newline at end of file