aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 831cd907..0e5866d8 100644
--- a/vim/config/wrap.vim
+++ b/vim/config/wrap.vim
@@ -24,7 +24,7 @@ if has('linebreak')
set showbreak=...
" If we have the option, indent wrapped lines as much as the first line;
- " keep
+ " keep the value as a script variable for the toggle function.
let s:breakindent = v:version > 704
\ || v:version ==# 704 && has('patch338')
if s:breakindent