From 29b128cc90f9d0167903a6bb091aa60747c909fb Mon Sep 17 00:00:00 2001 From: Jie Feng Date: Fri, 5 May 2017 02:33:35 +0800 Subject: [PATCH] =?UTF-8?q?set=20encoding=20to=20resolve=20erInvalid=20arg?= =?UTF-8?q?ument:=20listchars=3Dtab:=C2=BB=C2=B7,?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index a78fe0e..8dbe9bf 100644 --- a/vimrc +++ b/vimrc @@ -1,5 +1,7 @@ " Use Vim settings, rather then Vi settings (much better!). " This must be first, because it changes other options as a side effect. +scriptencoding utf-8 +set encoding=utf-8 set nocompatible " TODO: this may not be in the correct place. It is intended to allow overriding .