From 5fed680a5b84d4673e10790a85bca8f0232d0fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Fri, 9 May 2014 11:04:22 +0200 Subject: Change listchars characters - the old one was similar to } --- .vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 4650aa3..730e8ee 100644 --- a/.vimrc +++ b/.vimrc @@ -78,9 +78,8 @@ set linebreak "set nice chars for tabs and eols set list -set listchars=tab:▸\ ,eol:¬ if has("multi_byte") - set lcs=tab:▸\ ,eol:⤦ + set lcs=tab:▸\ ,eol:¬ endif "set spelling options -- cgit v1.2.3