diff --git a/runtime/optwin.vim b/runtime/optwin.vim index c85c7f7a10..6af8abc205 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -248,7 +248,7 @@ call OptionG("hf", &hf) call Header("moving around, searching and patterns") call append("$", "whichwrap\tlist of flags specifying which commands wrap to another line") -call OptionG("ww") +call OptionG("ww", &ww) call append("$", "startofline\tmany jump commands move the cursor to the first non-blank") call append("$", "\tcharacter of a line") call BinOptionG("sol", &sol)