From d44123115ca94ba19fd0d736c57338962f2dbc54 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 10 Apr 2017 14:40:43 +0100 Subject: [PATCH] Use listchars (without space) for all builds --- vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 8d3e71a..8f56ba4 100644 --- a/vimrc +++ b/vimrc @@ -45,6 +45,7 @@ set incsearch set laststatus=2 set linebreak set list +set listchars=eol:¶,tab:→ ,trail:~,extends:>,precedes:< set modelines=0 set nocompatible set nojoinspaces @@ -132,8 +133,6 @@ endif if has("patch-7.4.710") set listchars=eol:¶,tab:→ ,trail:~,extends:>,precedes:<,space:· -else - set listchars=eol:¶,tab:→ ,trail:~,extends:>,precedes:< endif if has("smartindent")