From 379ea2467ec6655cf89bc185a46d9356a4b1c173 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 May 2019 19:58:38 +1200 Subject: Sort flags for options --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index af19fa51..c96435d8 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -29,8 +29,8 @@ else endif " Let me backspace over pretty much anything -set backspace+=indent " Spaces from 'autoindent' set backspace+=eol " Line breaks +set backspace+=indent " Spaces from 'autoindent' set backspace+=start " The start of current insertion " Try to keep backups in one system-appropriate dir, including full encoded @@ -138,10 +138,10 @@ set linebreak " Define extra 'list' display characters set listchars+=extends:> " Unwrapped text to screen right +set listchars+=nbsp:+ " Non-breaking spaces set listchars+=precedes:< " Unwrapped text to screen left set listchars+=tab:>- " Tab characters, preserve width set listchars+=trail:_ " Trailing spaces -set listchars+=nbsp:+ " Non-breaking spaces " Don't allow setting options via buffer content set nomodeline -- cgit v1.2.3