# HG changeset patch # User Meredith Howard # Date 1482035523 18000 # Node ID 704cccb6ae92d369e621fe10e45b755b87107075 # Parent 12d2866f8190513a7d550b9368a497a1b4b2c99c tweak lcs diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -206,7 +206,7 @@ set ignorecase set smartcase if has('gui_running') || $LANG =~ 'UTF-8' - set listchars=tab:⇥·,trail:· + set listchars=tab:⇥·,trail:◾,nbsp:◻ " eol:↩ not as useful as trail i think set fillchars=fold:∷,vert:│ endif