From 8c2b5e886c59bd8ef2093b3ce2c808e83a575705 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 12 Jun 2013 02:03:55 +0200 Subject: [PATCH] show tabs and trailing spaces --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 9a611f1..3170bb3 100644 --- a/vimrc +++ b/vimrc @@ -142,6 +142,8 @@ set shiftwidth=4 set expandtab set showbreak=▒▒ +" show these chars for tabs and trailing spaces +set list listchars=tab:»·,trail:· set pastetoggle= " split right when using :vsp -- 2.48.1