5 lines
71 B
VimL
5 lines
71 B
VimL
if has('multi_byte')
|
|
set encoding=utf-8
|
|
set termencoding=utf-8
|
|
endif
|