diff --git a/plugins.vim b/plugins.vim index 6034784..0cef020 100644 --- a/plugins.vim +++ b/plugins.vim @@ -832,5 +832,9 @@ noremap :call comfortable_motion#flick(-40) """""""""""""""""""""""""" asyncrun.vim settings """""""""""""""""""""""""" " Automatically open quickfix window of 6 line tall after asyncrun starts let g:asyncrun_open = 6 +if has('win32') + " Command output encoding for Windows + let g:asyncrun_encs = 'gbk' +endif "}} "}