place encoding and scriptencoding at top

Thu, 14 Sep 2017 19:53:39 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 14 Sep 2017 19:53:39 -0400
changeset 642
18efa35a0837
parent 641
60b56bbfc143
child 643
e23cf51aca43

place encoding and scriptencoding at top

.vimrc file | annotate | diff | comparison | revisions
--- 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'))

mercurial