aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-31 08:28:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-31 08:28:08 +1300
commit33cd7eee24a822d17ad0d34a2b3c6683deb1d966 (patch)
tree5d41bf23396208d46e4905e72dfbdbe2f108c183
parentShow Vim option values after leader-key toggle (diff)
downloaddotfiles-33cd7eee24a822d17ad0d34a2b3c6683deb1d966.tar.gz
dotfiles-33cd7eee24a822d17ad0d34a2b3c6683deb1d966.zip
Complete a partially-written comment
This was added in 52671ad, but not finished.
-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