aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-01 23:06:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-01 23:06:41 +1200
commitef3b8f4587c8dc3f44a0067caf1819e9d4e38251 (patch)
treec5de996d9b1edd4baa317cf1fb6ec7c55525e20c /vim/vimrc
parentMake Vim ftplugin preamble consistent with plugins (diff)
downloaddotfiles-ef3b8f4587c8dc3f44a0067caf1819e9d4e38251.tar.gz
dotfiles-ef3b8f4587c8dc3f44a0067caf1819e9d4e38251.zip
Rearrange a few .vimrc comments
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc10
1 files changed, 2 insertions, 8 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ff76bdf1..d991b138 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -137,12 +137,9 @@ endif
if has('linebreak')
set linebreak " Break lines at word boundaries
set showbreak=... " Prefix wrapped rows with three dots
-
- " Indent wrapped lines, if supported
if exists('+breakindent')
- set breakindent
+ set breakindent " Indent wrapped lines, if supported
endif
-
endif
" Let me move beyond buffer text in visual block mode
@@ -154,12 +151,9 @@ endif
if has('wildmenu')
set wildmenu " Use wildmenu
set wildmode=list:longest " Tab press completes and lists
-
- " Complete files without case sensitivity, if supported
if exists('+wildignorecase')
- set wildignorecase
+ set wildignorecase " Case insensitive, if supported
endif
-
endif
" New windows go below or to the right of a split