From f6a2895a8ef4a23ea40c20c2620a014df50566b1 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 8 Jun 2015 16:36:08 -0700 Subject: [PATCH] =?UTF-8?q?Update=20listchars=20to=20=5F=20to=20be=20frien?= =?UTF-8?q?dly=20to=20fonts=20without=20'=F0=9D=85=94'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 1a23134..0ae513e 100644 --- a/vimrc +++ b/vimrc @@ -140,7 +140,7 @@ set incsearch " BUT do highlight as you type you search phrase set scrolloff=5 " Keep 5 lines (top/bottom) for scope set sidescrolloff=5 " Keep 5 lines at the size set list " we do what to show tabs, to ensure we get them out of my files -set listchars=tab:𝅔\ ,trail:… " show tabs and trailing whitespace +set listchars=tab:_\ ,trail:… " show tabs and trailing whitespace " ~\file[+] [type] [line,column] [number of lines] set statusline=%F%m%r%h%w\ [%Y]\ [%03l,%03v]\ [%L]