aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 152ecd81..783323ff 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -137,7 +137,7 @@ set listchars+=extends:> " Unwrapped text to screen right
\,nbsp:+ " Non-breaking spaces
\,precedes:< " Unwrapped text to screen left
\,tab:>- " Tab characters, preserve width
- \,trail:_ " Trailing spaces
+ \,trail:- " Trailing spaces
" Don't allow setting options via buffer content
set nomodeline