diff options
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 12e934f2d..01654c56f 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -482,6 +482,11 @@ if has("scrollbind") call append("$", "scrollopt\t\"ver\", \"hor\" and/or \"jump\"; list of options for 'scrollbind'") call <SID>OptionG("sbo", &sbo) endif +if has("cursorbind") + call append("$", "cursorbind\tthis window's cursor moves together with other bound windows") + call append("$", "\t(local to window)") + call <SID>BinOptionL("crb") +endif call <SID>Header("multiple tab pages") |