From 56e6ba37295a2c4d5e56aec4fab76c6a1101fc4f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 21 Jul 2018 01:56:00 +1200 Subject: Strip some redundant comments --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 49a1e2e6..bfcdc512 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -111,7 +111,7 @@ set laststatus=1 set lazyredraw " Break lines at word boundaries -set linebreak " Break lines at word boundaries +set linebreak " Define extra 'list' display characters set listchars+=extends:> " Unwrapped text to screen right @@ -134,7 +134,7 @@ set path+=** " Search current directory's whole tree set shortmess+=I " Prefix wrapped rows with three dots -set showbreak=... " Prefix wrapped rows with three dots +set showbreak=... " New windows go below or to the right of a split set splitbelow -- cgit v1.2.3