# HG changeset patch # User Meredith Howard # Date 1482065136 18000 # Node ID 0fed20b49b892ef0fcad92ae3f7731c1bff4a0b4 # Parent de71f64f65c193475ee5d8c49786100000abfe6b fix troublesome trail char 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:◾,nbsp:◻ + set listchars=tab:⇥·,trail:◼,nbsp:◻ " eol:↩ not as useful as trail i think set fillchars=fold:∷,vert:│ endif