Update vimrc

Fix for encoding errors in Windows git shell.
This commit is contained in:
Michael Campagnaro 2016-04-10 20:42:09 -04:00
parent 04efb3c3ef
commit 68443dda3c

2
vimrc
View File

@ -1,3 +1,5 @@
scriptencoding utf-8
set encoding=utf-8
let mapleader="," let mapleader=","
set nocompatible set nocompatible