From e161ac497198aefac954d4816a1e2efdabfd5ad4 Mon Sep 17 00:00:00 2001 From: Michel Albert Date: Sun, 28 Dec 2014 10:38:42 +0100 Subject: [PATCH] Added an encoding to the vimrc file. --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 3910649..4288b0a 100644 --- a/vimrc +++ b/vimrc @@ -32,6 +32,8 @@ " :help :filetype " ############################################################################ +set encoding=utf-8 +scriptencoding utf-8 " The encoding of *this* file " Vundle {{{ filetype off " See https://github.com/gmarik/vundle/issues/176 @@ -172,7 +174,6 @@ set laststatus=2 " Always show the status bar " }}} " Code quality {{{ -set encoding=utf-8 set autoindent set shiftround set shiftwidth=4