Explorar o código

Change vim trail char

Underscore is less confusing that `.` is.
Weiyi Lou %!s(int64=10) %!d(string=hai) anos
pai
achega
c4129457fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vim/vimrc

+ 1 - 1
vim/vimrc

@@ -48,7 +48,7 @@ set sidescrolloff=10
 set linebreak                  " Break on words when wrapping.
 
 set list
-set listchars=tab:>\ ,trail:.,extends:#,nbsp:#
+set listchars=tab:>\ ,trail:_,extends:#,nbsp:#
 
 " Persistent undo is great!
 if has('persistent_undo')