# HG changeset patch # User Meredith Howard # Date 1505433219 14400 # Node ID 18efa35a08373e59424b62d68ef9ccbafea1940c # Parent 60b56bbfc143ef6a45d6fa10c6748650980d6a32 place encoding and scriptencoding at top diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,9 @@ " vim: et sts=2 sw=2 " vim: fdm=marker + set nocompatible +set encoding=utf-8 +scriptencoding utf-8 " on windows and not cygwin let g:on_windows = (has('win32') || has('win64'))