force default encoding to utf8
This commit is contained in:
parent
3a7f0d523b
commit
4a2217cbf8
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ endif
|
||||||
"powerline
|
"powerline
|
||||||
let g:Powerline_cache_file = "/home/cgirard/.vim/Powerline.cache"
|
let g:Powerline_cache_file = "/home/cgirard/.vim/Powerline.cache"
|
||||||
"let g:Powerline_symbols = 'fancy'
|
"let g:Powerline_symbols = 'fancy'
|
||||||
|
set encoding=utf-8
|
||||||
|
|
||||||
set showcmd " display incomplete commands
|
set showcmd " display incomplete commands
|
||||||
set incsearch " do incremental searching
|
set incsearch " do incremental searching
|
||||||
|
|
Loading…
Reference in a new issue