comparison runtime/optwin.vim @ 22186:7bbd111ee556 v8.2.1642

patch 8.2.1642: otions test fails Commit: https://github.com/vim/vim/commit/4507f6ada590fb6274b21c416190dfecb23dcf1b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 9 15:10:52 2020 +0200 patch 8.2.1642: otions test fails Problem: Otions test fails. Solution: Correct call to OptionG().
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Sep 2020 15:15:03 +0200
parents 786ca9e1dc9a
children 5251a6592aaa
comparison
equal deleted inserted replaced
22185:b0bf21cf348b 22186:7bbd111ee556
237 call <SID>OptionG("hf", &hf) 237 call <SID>OptionG("hf", &hf)
238 238
239 239
240 call <SID>Header("moving around, searching and patterns") 240 call <SID>Header("moving around, searching and patterns")
241 call append("$", "whichwrap\tlist of flags specifying which commands wrap to another line") 241 call append("$", "whichwrap\tlist of flags specifying which commands wrap to another line")
242 call <SID>OptionG("ww") 242 call <SID>OptionG("ww", &ww)
243 call append("$", "startofline\tmany jump commands move the cursor to the first non-blank") 243 call append("$", "startofline\tmany jump commands move the cursor to the first non-blank")
244 call append("$", "\tcharacter of a line") 244 call append("$", "\tcharacter of a line")
245 call <SID>BinOptionG("sol", &sol) 245 call <SID>BinOptionG("sol", &sol)
246 call append("$", "paragraphs\tnroff macro names that separate paragraphs") 246 call append("$", "paragraphs\tnroff macro names that separate paragraphs")
247 call <SID>OptionG("para", &para) 247 call <SID>OptionG("para", &para)