- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Vim/環境設定/shellにPowerShellを設定する へ行く。
- 1 (2015-03-11 (水) 16:40:45)
shellにPowerShellを設定する
.vimrc
if !has('unix') set shell=C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe set shellcmdflag=-c set shellquote=\" set shellxquote= endif
参考
http://stackoverflow.com/questions/94382/vim-with-powershell