mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.1642: otions test fails
Problem: Otions test fails.
Solution: Correct call to OptionG().
4507f6ada5
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
a7912b190d
commit
08b1055c09
@ -248,7 +248,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)
|
||||
|
Loading…
Reference in New Issue
Block a user