summaryrefslogtreecommitdiff
path: root/plugin/encoding.vim
blob: 52c4a2e394c013d7f8d7c856670fb3f9a2fce558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" encoding.vim
" Sets Vim and files encoding.

" Get the encoding from the environment
"set encoding=utf-8
"
"" Transliterate files in UTF-8
"set fileencoding=utf-8
"
"set encoding=utf-8
"set termencoding=utf-8
"
"set ffs=unix,dos,mac