From 4b61d80e4ee30317cedc5fed0f847ebacbf7b1b8 Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Wed, 8 Jul 2015 11:58:04 +0000 Subject: [PATCH] Fix trailing spaces and tabs visual mark --- home/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.vimrc b/home/.vimrc index c6f4f1d..3edafee 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -55,7 +55,7 @@ filetype plugin on filetype indent on " Display tabs and trailing spaces visually -set list listchars=tab:\ \ ,trail:ยท +set list listchars=tab:>-,trail:.,precedes:<,extends:> set nowrap "Don't wrap lines set linebreak "Wrap lines at convenient points