summaryrefslogtreecommitdiff
path: root/plugin/encoding.vim
blob: af52f028ebc6952f5b6b24ed3d1910ebf95fc4b4 (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