Skip to content

Commit 4507f6a

Browse files
committed
patch 8.2.1642: otions test fails
Problem: Otions test fails. Solution: Correct call to OptionG().
1 parent 29a86ff commit 4507f6a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

runtime/optwin.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ call <SID>OptionG("hf", &hf)
239239

240240
call <SID>Header("moving around, searching and patterns")
241241
call append("$", "whichwrap\tlist of flags specifying which commands wrap to another line")
242-
call <SID>OptionG("ww")
242+
call <SID>OptionG("ww", &ww)
243243
call append("$", "startofline\tmany jump commands move the cursor to the first non-blank")
244244
call append("$", "\tcharacter of a line")
245245
call <SID>BinOptionG("sol", &sol)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,8 @@ static char *(features[]) =
754754

755755
static int included_patches[] =
756756
{ /* Add new patch number below this line */
757+
/**/
758+
1642,
757759
/**/
758760
1641,
759761
/**/

0 commit comments

Comments
 (0)