aboutsummaryrefslogtreecommitdiff
path: root/vim/config/encoding.vim
blob: 72f2d40e8c8a8b36385e1f8a3f5a85d7e3b7c6f9 (plain) (blame)
1
2
3
4
" Use UTF-8 by default wherever possible
if has('multi_byte')
  set encoding=utf-8
endif