aboutsummaryrefslogtreecommitdiff
path: root/vim/config/wrap.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/wrap.vim')
-rw-r--r--vim/config/wrap.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/wrap.vim b/vim/config/wrap.vim
index 8c7829ba..a90c2765 100644
--- a/vim/config/wrap.vim
+++ b/vim/config/wrap.vim
@@ -30,7 +30,7 @@ if has('linebreak')
set showbreak=...
" If we have the option, indent wrapped lines as much as the first line
- if has('&breakindent')
+ if exists('+breakindent')
set breakindent
endif