We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a86ff commit 4507f6aCopy full SHA for 4507f6a
2 files changed
runtime/optwin.vim
@@ -239,7 +239,7 @@ call <SID>OptionG("hf", &hf)
239
240
call <SID>Header("moving around, searching and patterns")
241
call append("$", "whichwrap\tlist of flags specifying which commands wrap to another line")
242
-call <SID>OptionG("ww")
+call <SID>OptionG("ww", &ww)
243
call append("$", "startofline\tmany jump commands move the cursor to the first non-blank")
244
call append("$", "\tcharacter of a line")
245
call <SID>BinOptionG("sol", &sol)
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1642,
759
/**/
760
1641,
761
0 commit comments