From 2aaa4a70b3d1e82b93090b10c9200a708c240d6e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 24 May 2019 15:55:25 +1200 Subject: Switch to a hyphen for trailing whitespace I think I like it better. --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') 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 -- cgit v1.2.3