]> granicus.if.org Git - vim/commitdiff
patch 8.2.1642: otions test fails v8.2.1642
authorBram Moolenaar <Bram@vim.org>
Wed, 9 Sep 2020 13:10:52 +0000 (15:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Sep 2020 13:10:52 +0000 (15:10 +0200)
Problem:    Otions test fails.
Solution:   Correct call to OptionG().

runtime/optwin.vim
src/version.c

index 857f83f49568bba35c26b195c98d035d683e0483..dd3a1e515eb3b036d5d0c5be8c6bd8d8cff80d15 100644 (file)
@@ -239,7 +239,7 @@ call <SID>OptionG("hf", &hf)
 
 call <SID>Header("moving around, searching and patterns")
 call append("$", "whichwrap\tlist of flags specifying which commands wrap to another line")
-call <SID>OptionG("ww")
+call <SID>OptionG("ww", &ww)
 call append("$", "startofline\tmany jump commands move the cursor to the first non-blank")
 call append("$", "\tcharacter of a line")
 call <SID>BinOptionG("sol", &sol)
index 7390d399cedfe2fd83deb1bb85ac0bab0944fcef..54bb12884dcd50aaf765eb5d2f091c5bde8cc2f2 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1642,
 /**/
     1641,
 /**/