Explorar el Código

Change vim trail char

Underscore is less confusing that `.` is.
Weiyi Lou hace 10 años
padre
commit
c4129457fb
Se han modificado 1 ficheros con 1 adiciones y 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')