aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-24 15:55:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-24 15:55:25 +1200
commit2aaa4a70b3d1e82b93090b10c9200a708c240d6e (patch)
tree16d5c0945fb2eba0adc9f4d80830d8a1096984f3 /vim
parentAmend a couple of comments (diff)
downloaddotfiles-2aaa4a70b3d1e82b93090b10c9200a708c240d6e.tar.gz
dotfiles-2aaa4a70b3d1e82b93090b10c9200a708c240d6e.zip
Switch to a hyphen for trailing whitespace
I think I like it better.
Diffstat (limited to 'vim')
-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