aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-21 01:56:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-21 01:56:00 +1200
commit56e6ba37295a2c4d5e56aec4fab76c6a1101fc4f (patch)
tree0951bd629b01a3fc78bd25dcd1d17a7861fda348 /vim/vimrc
parentSuppress insert_cancel.vim map if not &loadplugins (diff)
downloaddotfiles-56e6ba37295a2c4d5e56aec4fab76c6a1101fc4f.tar.gz
dotfiles-56e6ba37295a2c4d5e56aec4fab76c6a1101fc4f.zip
Strip some redundant comments
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
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