1
0
Fork 0

encoding to utf-8 as well for vim

This commit is contained in:
Von Random 2015-06-09 14:25:42 +03:00
parent 5f0b0fa7ba
commit 97b5c7d774

1
vimrc
View file

@ -17,6 +17,7 @@ set smartcase
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%04l,%04v][%p%%]\ [LEN=%L] set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]
set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
set termencoding=utf-8 set termencoding=utf-8
set encoding=utf-8
" scroll before reaching the first / final line " scroll before reaching the first / final line
set scrolloff=8 set scrolloff=8
set sidescrolloff=15 set sidescrolloff=15