From 35f835e35cedfe929c638c21c8df5caaf6ad6fb0 Mon Sep 17 00:00:00 2001 From: nemirwen Date: Thu, 30 Jul 2020 22:46:08 -0400 Subject: [PATCH] [vim] Add encoding for rc file --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 66f3f71..c15dc20 100644 --- a/vimrc +++ b/vimrc @@ -1,3 +1,4 @@ +scriptencoding utf-8 set nocompatible if &shell =~# 'fish$' set shell=sh