mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.1642: otions test fails
Problem: Otions test fails. Solution: Correct call to OptionG().
This commit is contained in:
@@ -239,7 +239,7 @@ call <SID>OptionG("hf", &hf)
|
|||||||
|
|
||||||
call <SID>Header("moving around, searching and patterns")
|
call <SID>Header("moving around, searching and patterns")
|
||||||
call append("$", "whichwrap\tlist of flags specifying which commands wrap to another line")
|
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("$", "startofline\tmany jump commands move the cursor to the first non-blank")
|
||||||
call append("$", "\tcharacter of a line")
|
call append("$", "\tcharacter of a line")
|
||||||
call <SID>BinOptionG("sol", &sol)
|
call <SID>BinOptionG("sol", &sol)
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1642,
|
||||||
/**/
|
/**/
|
||||||
1641,
|
1641,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user