diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-09 23:22:04 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-12-09 23:22:04 +0800 |
| commit | 9d85a46383d8c3d418fbfa339942e6cbbc1f7615 (patch) | |
| tree | 472fca18f1ea0041076a4f2f5d5490726d8b3d96 /plugins.vim | |
| parent | 62d8266f0778724d8f2510e8b3df9b4d57a29da2 (diff) | |
| parent | 5771a86c0d77d0c56791b78046e314103f526721 (diff) | |
Merge branch 'master' of https://github.com/jdhao/nvim-config
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index aba7477..cb51cca 100644 --- a/plugins.vim +++ b/plugins.vim @@ -832,5 +832,9 @@ noremap <silent> <ScrollWheelUp> :call comfortable_motion#flick(-40)<CR> """""""""""""""""""""""""" 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 "}} "} |
