diff --git a/vim/.vimrc b/vim/.vimrc index a5644f1..8857d1a 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -11,6 +11,9 @@ filetype plugin on set autoindent filetype indent on +"Fix different locale settings when ssh'ing +set encoding=utf-8 + "Set syntax on syntax enable